Skip to main content

arc_tan

Function arc_tan 

Source
pub fn arc_tan(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.