Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
catb1tss committed Jul 27, 2022
1 parent ef379b6 commit e13d89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ivy/functional/ivy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# -------------------#

e = math.e
""" IEEE 754 floating-point representation of Euler's constant."""
"""IEEE 754 floating-point representation of Euler's constant."""

pi = math.pi
""" IEEE 754 floating-point representation of the mathematical constant e."""
"""IEEE 754 floating-point representation of the mathematical constant π."""

nan = math.nan
""" IEEE 754 floating-point representation of Not a Number (NaN)."""
"""IEEE 754 floating-point representation of Not a Number (NaN)."""

inf = math.inf
"""IEEE 754 floating-point representation of (positive) infinity."""
Expand Down

0 comments on commit e13d89c

Please sign in to comment.