Files
modeling-app/docs/kcl/acos.md
2024-05-15 13:09:38 -07:00

26 KiB

title, excerpt, layout
title excerpt layout
acos Computes the arccosine of a number (in radians). manual

Computes the arccosine of a number (in radians).

acos(num: number) -> number

Tags

  • math

Examples

const myVar = acos(0.5)

Rendered example of acos 0

Arguments

  • num: number (REQUIRED)

Returns

number