Skip to content

Commit 0329890

Browse files
committed
adding forgotten declarations for the new modules
1 parent e08869c commit 0329890

File tree

1 file changed

+2
-0
lines changed
  • crates/nu-command/src/math

1 file changed

+2
-0
lines changed

crates/nu-command/src/math/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ mod avg;
99
mod ceil;
1010
mod cos;
1111
mod cosh;
12+
mod egamma;
1213
mod euler;
1314
mod exp;
1415
mod floor;
@@ -19,6 +20,7 @@ mod max;
1920
mod median;
2021
mod min;
2122
mod mode;
23+
mod phi;
2224
mod pi;
2325
mod product;
2426
mod reducers;

0 commit comments

Comments
 (0)