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 6032094 commit 9e195f5Copy full SHA for 9e195f5
lib/elixir/lib/float.ex
@@ -4,6 +4,9 @@ defmodule Float do
4
@moduledoc """
5
Functions for working with floating-point numbers.
6
7
+ For mathematical operations on top of floating-points,
8
+ see Erlang's [`:math`](`:math`) module.
9
+
10
## Kernel functions
11
12
There are functions related to floating-point numbers on the `Kernel` module
0 commit comments