Skip to content

Commit

Permalink
float with exponent tested too
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 6, 2024
1 parent 738899d commit 2669a3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
string ↦ "Hello",
int ↦ 42,
float ↦ 12.3,
float-with-exponent ↦ 0.36e-10,
string-dot ↦ "Hello".print,
string-application ↦ "Hello"(z ↦ ξ.f),
int-dot ↦ 42.plus,
Expand Down

0 comments on commit 2669a3e

Please sign in to comment.