sin

sin, function

def const dash autodiff pure sin(a: number): number

Returns the sine of a (in radians).

Example

x = 4.2
y = sin(x)
show scalar "sin(4.2)" with y

This outputs the following scalar:

sin(4.2)
-0.8715757

See also

User Contributed Notes
0 notes + add a note