macro_rules! round_op {
(Nearest) => { ... };
(NegInf) => { ... };
(PosInf) => { ... };
(Zero) => { ... };
}
Expand description
Turns a round operator token to the correct constant value.
macro_rules! round_op {
(Nearest) => { ... };
(NegInf) => { ... };
(PosInf) => { ... };
(Zero) => { ... };
}
Turns a round operator token to the correct constant value.