Skip to main content

frac

Function frac 

Source
pub fn frac(params: &[Value]) -> NativeResult
Expand description

See the corresponding function descriptions in std::primitive::f64.

ยงErrors

Will return NativeError::WrongParameterCount if there is a mismatch in the supplied parameters. Will return NativeError::WrongParameterType if the the supplied parameters have the wrong type.