Skip to main content

DIV_FLOAT

Constant DIV_FLOAT 

Source
pub const DIV_FLOAT: u8 = 0x1D;
Expand description

Typed / for two Float operands; same shape as ADD_FLOAT. IEEE 754 division — b == 0.0 produces inf/-inf/NaN per the spec, no runtime check.