dashu-macros

Crates.iodashu-macros
lib.rsdashu-macros
version0.4.1
sourcesrc
created_at2022-09-13 23:49:49.320545
updated_at2024-01-12 13:35:36.776026
descriptionProcedure macros for creating big numbers
homepagehttps://github.com/cmpute/dashu
repositoryhttps://github.com/cmpute/dashu
max_upload_size
id664986
size57,528
Jacob Zhong (cmpute)

documentation

https://docs.rs/dashu-macros

README

dashu-macros

Utility macros to create number literals. See Docs.rs for the full documentation.

Features

  • Support creating big integers with literals using ubig! and ibig!.
  • Support creating big floats with literals using fbig! and dbig!.
  • Support creating big rationals with literals using rbig!.
  • All macros can be used to create const numbers if they are small enough.

License

See the top-level readme.

Commit count: 285

cargo fmt