std › math › big › int.Mutable › toFloattoFloatConvert self to Float. SourceImplementation#pub fn toFloat(self: Mutable, comptime Float: type, round: Round) struct { Float, Exactness } { return self.toConst().toFloat(Float, round); }
pub fn toFloat(self: Mutable, comptime Float: type, round: Round) struct { Float, Exactness } { return self.toConst().toFloat(Float, round); }