534 B
534 B
title | description | menu | weight | ||||||
---|---|---|---|---|---|---|---|---|---|
math.cos() function | The math.cos() function returns the cosine of the radian argument `x`. |
|
301 |
The math.cos()
function returns the cosine of the radian argument x
.
Output data type: Float
import "math"
math.cos(x: 3.14)
// Returns -0.9999987317275396
Parameters
x
The value used in the operation.
Data type: Float
Special cases
math.cos(±Inf) // Returns NaN
math.cos(NaN) // Returns NaN