fix links for kcl docs (#1714)
* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more link Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -8,13 +8,13 @@ Computes the arccosine of a number (in radians).
|
||||
|
||||
|
||||
|
||||
```
|
||||
```js
|
||||
acos(num: number) -> number
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```kcl
|
||||
```js
|
||||
const myVar = acos(0.5)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user