Przeglądaj źródła

Make trigonometry_extra module self-consistent

David Peter 2 lat temu
rodzic
commit
eaa1effe85
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      modules/math/trigonometry_extra.nbt

+ 2 - 0
modules/math/trigonometry_extra.nbt

@@ -1,3 +1,5 @@
+use math::functions
+
 fn cot(x: Scalar) -> Scalar = 1 / tan(x)
 fn acot(x: Scalar) -> Scalar = atan(1 / x)