to_polar

Function to_polar 

Source
pub fn to_polar<T>(x: Cartesian<T>) -> Polar<T>
Expand description

Cast cartesian complex fixed point number to polar form.

ยงArguments

  • x - The number transform.