We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ef0bb commit 587625eCopy full SHA for 587625e
lib/elixir/lib/float.ex
@@ -21,7 +21,7 @@ defmodule Float do
21
and arithmetic due to the fact most decimal fractions cannot be
22
represented by a floating-point binary and most operations are not exact,
23
but operate on approximations. Those issues are not specific
24
- to Elixir,mthey are a property of floating point representation itself.
+ to Elixir, they are a property of floating point representation itself.
25
26
For example, the numbers 0.1 and 0.01 are two of them, what means the result
27
of squaring 0.1 does not give 0.01 neither the closest representable. Here is
0 commit comments