nstd_math_sin_f32

Function nstd_math_sin_f32 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_math_sin_f32(x: NSTDFloat32) -> NSTDFloat32
Available on crate feature math only.
Expand description

Computes the sine of x.

§Parameters:

  • NSTDFloat32 x - The value.

§Returns

NSTDFloat32 sin - The sine value of x.