abels-complex 0.6.3

Complex numbers with rectangular and polar representations
Documentation
1
2
3
4
5
//! Complex numbers with rectangular and polar representations.

#![cfg_attr(not(feature = "std"), no_std)]
mod polar;
mod rectangular;