Skip to content

Commit 9e195f5

Browse files
committed
Mention Erlang's :math module in Float
1 parent 6032094 commit 9e195f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/elixir/lib/float.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ defmodule Float do
44
@moduledoc """
55
Functions for working with floating-point numbers.
66
7+
For mathematical operations on top of floating-points,
8+
see Erlang's [`:math`](`:math`) module.
9+
710
## Kernel functions
811
912
There are functions related to floating-point numbers on the `Kernel` module

0 commit comments

Comments
 (0)