fsin ( x -- double )
C standard library math functions

Prev:fcos ( x -- double )
Next:facos ( x -- double )


Vocabulary
math.libm

Inputs
xa real


Outputs
doublea real


Word description
Calls the trigonometric sine function from the C standard library. User code should call sin instead.

Definition