DoxigAlpha

fast

Source

Implementation

#
pub const fast = FastMath{
    .nnan = true,
    .ninf = true,
    .nsz = true,
    .arcp = true,
    .contract = true,
    .afn = true,
    .reassoc = true,
}