Skip to content

Commit eefd14c

Browse files
Add to DIRECTORY.md
1 parent 872b0a5 commit eefd14c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Math
44
- [Abs](math/abs.jule)
5+
- [Cube Root](math/cube_root.jule)
56
- [Fact](math/fact.jule)
67
- [Fib](math/fib.jule)
78
- [Max](math/max.jule)

math/cube_root.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Import the standard math library
2-
use std::math { pow }
2+
use std::math { pow, abs }
33
// Import the standard testing library
44
use std::testing { T }
55

0 commit comments

Comments
 (0)