Module radiorust::numbers

source ·
Expand description

Generic floats and complex numbers

This module re-exports num::Complex as Complex and provides a Float trait, which is implemented by f32 and f64.

Macros

Convert number into a generic Float type, which must be in scope as “Flt

Structs

A complex number in Cartesian form.

Traits

Trait implemented for f32 and f64