1// this module has been ported from https://github.com/smartcorelib/smartcore/pull/108
23/// Base `Number` from `std` and `num-traits`
4pub mod basenum;
56/// implementation for `RealNumber`
7pub mod realnum;
89/// implementation for `FloatNumber`
10pub mod floatnum;