Elixir's Float module in TypeScript


We have 14 Elixir functions so far - help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

  • Get inspiration from the Elixir documentation.
  • Click "New file" in the appropriate folder on GitHub. This will fork the project to your account, directly add the file to it, and send a Pull Request to us.

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 2/11 shipped • 7 next 18%

Namespace-level inventory for Elixir 1.18: what we already ship, what we may still want, and what we intentionally skip or keep.

Float

Elixir 1.18 · Catalog source: version-pinned source manifest elixir:1.18:Float

22% shipped
2/9 shipped 7 next 2 explicit non-goals
Shipped (2)

Next

Elixir Float helpers are strong plain-value portability targets.

  • max_finite
  • min_finite
  • parse
  • pow
  • ratio
  • round
  • to_string
Explicit non-goals (2)
  • to_char_list Skip Charlist conversion does not fit Locutus' plain-value model.
  • to_charlist Skip Charlist conversion does not fit Locutus' plain-value model.

« More Elixir functions