Skip to content

Commit 3df3657

Browse files
committed
math.inf
1 parent 2a6723b commit 3df3657

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/Runtime Environment/Math.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ print(math.round(2.5)) --> 3
2121
```
2222
---
2323
### `math.atan2`
24-
An alias of `math.atan`.
24+
An alias for the `math.atan` function.
25+
26+
---
27+
### `math.inf`
28+
An alias for the `math.huge` constant.

0 commit comments

Comments
 (0)