Files
modeling-app/docs/kcl/cos.md
Jess Frazelle 6d3f6c784e typo in docs (#1934)
typo indocs

Signed-off-by: Jess Frazelle <github@jessfraz.com>
2024-03-27 10:21:46 -07:00

329 B

title, excerpt, layout
title excerpt layout
cos Computes the cosine of a number (in radians). manual

Computes the cosine of a number (in radians).

cos(num: number) -> number

Tags

  • math

Examples

const anotherVar = cos(2 * pi())

Arguments

  • num: number (REQUIRED)

Returns

number