Macro dtoa::dtoa[][src]

macro_rules! dtoa {
    (
    floating_type: $fty:ty,
    significand_type: $sigty:ty,
    exponent_type: $expty:ty,
    $($diyfp_param:ident: $diyfp_value:tt,)*
) => { ... };
}