Utility macros to create number literals. See Docs.rs for the full documentation.
- Support creating big integers with literals using
ubig!
andibig!
. - Support creating big floats with literals using
fbig!
anddbig!
. - Support creating big rationals with literals using
rbig!
. - All macros can be used to create const numbers if they are small enough.
See the top-level readme.