stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

`float.to_precision` is imprecise in Javascript

Open ofekd opened this issue 1 year ago • 0 comments
trafficstars

Code:

  { 1_237_698.0 /. 1_000_000.0 }
  |> float.to_precision(1)
  |> io.debug

Output:

1.2000000000000002

Gleam 1.5.1 stdlib 0.43.0

ofekd avatar Nov 21 '24 21:11 ofekd