Skip to content

Commit a4d9345

Browse files
committed
docs: fixes #873
1 parent adb54ae commit a4d9345

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Argument must be a numeric expression in radians units. Returned value type is [
1414

1515
## Examples
1616

17-
```
17+
```basic
1818
REM Cosine value
1919
PRINT "Cosine value of a is "; COS(a)
2020
```
@@ -30,4 +30,4 @@ PRINT "Cosine value of a is "; COS(a)
3030
* [SIN](sin.md) and [ASN](asn.md)
3131
* [TAN](tan.md) and [ATN](atn.md)
3232
* [ACS](acs.md)
33-
* Faster library option for lower accuracy trigonometry for games: [FCOS](fsin.bas.md)
33+
* Faster library option for lower accuracy trigonometry for games: [FCOS](library/fsin.bas.md)

0 commit comments

Comments
 (0)