devela::_dep::web_sys::js_sys::Math

Function sin

Source
pub fn sin(x: f64) -> f64 
Available on crate feature dep_web_sys only.
Expand description

The Math.sin() function returns the sine of a number.

MDN documentation