Re-exports§
pub use certum::certum8::c8;pub use certum::certum16::c16;pub use certum::certum32::c32;pub use certum::certum64::c64;pub use certum::certum128::c128;pub use certum::u_certum8::uc8;pub use certum::u_certum16::uc16;pub use certum::u_certum32::uc32;pub use certum::u_certum64::uc64;pub use certum::u_certum128::uc128;
Modules§
Macros§
- add_
same - Addition for types
- equivalent_
other - Equivalency Checks
- equivalent_
solo - Equivalency Checks
- float_
casts - General float casts
- float_
convert_ sc - Float conversion for signed certums
- float_
convert_ uc - Float conversion for unsigned certums
- from_
direct - Convert between two certum variants by directly replacing bits
- from_
left_ shift - Convert between two certum variants through a left shift then a cast
- from_
left_ shift_ signed - Convert between two certum variants through a left shift then a cast
- from_
right_ shift - Convert between two certum variants through a cast then a right shift
- from_
right_ shift_ signed - Convert between two certum variants through a cast then a right shift
- lossy_
float_ convert - negate
- Negate a certum
- sub_
same - Addition for types