Skip to main content

sin

Function sin 

Source
pub fn sin<T: Dispatch>(x: T) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Returns the sine of a floating-point value.

The stabilized versions of this intrinsic are available on the float primitives via the sin method. For example, f32::sin.