Closed deciduously closed 3 years ago
This PR addresses #27 covering the following types:
Each type can safely convert to f64. u64 and i64 require a design decision
f64
u64
i64
I did not locate any tests, doctest or otherwise, for the existing conversions.
Awesome, thanks!
This PR addresses #27 covering the following types:
Each type can safely convert to
f64
.u64
andi64
require a design decisionI did not locate any tests, doctest or otherwise, for the existing conversions.