Skip to content

float.to_precision is imprecise in Javascript #747

@ofekd

Description

@ofekd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions