macro_rules! lifering {
($float:expr) => { ... };
}Expand description
Easier way to make FloatingPointComponents from a Float.
ยงPanics
This macro unwraps internally, if you would like to use custom handling for
the potential failure, you should manually create FloatingPointComponents.