1
2
3
4
5
6
7
8
9
10
// this module has been ported from https://github.com/smartcorelib/smartcore/pull/108

/// Base `Number` from `std` and `num-traits`
pub mod basenum;

/// implementation for `RealNumber`
pub mod realnum;

/// implementation for `FloatNumber`
pub mod floatnum;