We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb54ae commit a4d9345Copy full SHA for a4d9345
1 file changed
docs/cos.md
@@ -14,7 +14,7 @@ Argument must be a numeric expression in radians units. Returned value type is [
14
15
## Examples
16
17
-```
+```basic
18
REM Cosine value
19
PRINT "Cosine value of a is "; COS(a)
20
```
@@ -30,4 +30,4 @@ PRINT "Cosine value of a is "; COS(a)
30
* [SIN](sin.md) and [ASN](asn.md)
31
* [TAN](tan.md) and [ATN](atn.md)
32
* [ACS](acs.md)
33
-* Faster library option for lower accuracy trigonometry for games: [FCOS](fsin.bas.md)
+* Faster library option for lower accuracy trigonometry for games: [FCOS](library/fsin.bas.md)
0 commit comments