Add floating-point classification functions

This commit is contained in:
Caleb Zulawski 2021-02-14 23:35:24 -05:00
parent 0682c31fce
commit b0a005dcfb

View file

@ -17,6 +17,7 @@ mod fmt;
mod intrinsics; mod intrinsics;
mod ops; mod ops;
mod round; mod round;
mod comparisons;
mod math; mod math;