Parcourir la source

Make trigonometry_extra module self-consistent

David Peter il y a 2 ans
Parent
commit
eaa1effe85
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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)