macro_rules! float {
($t:ident, $val:expr) => { ... };
($val:expr) => { ... };
}
Expand description
Convert a constant to a float of given precision
macro_rules! float {
($t:ident, $val:expr) => { ... };
($val:expr) => { ... };
}
Convert a constant to a float of given precision