Skip to main content
sgn
practical_
astronomy_
rust
0.2.4
sgn
Sections
Arguments
Returns
In practical_
astronomy_
rust::
macros
practical_astronomy_rust
::
macros
Function
sgn
Copy item path
Source
pub fn sgn(number_to_check:
f64
) ->
f64
Expand description
Calculate sign of number.
§
Arguments
number_to_check
– Number to calculate the sign of.
§
Returns
sign_value
– Sign value: -1, 0, or 1