MakeDecimalFloat64 converts a float64 to Decimal. Example: MakeDecimalFloat64(123.45678901234567).String() // output: "123.45678901234567" MakeDecimalFloat64(123.456789012345678).String() // output: "123.45678901234568" MakeDecimalFloat64(.00000000000000001).String() // output: "0.000000000000000
(value float64)
source not stored for this graph (policy: none)