We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fbc77 commit f6fd70aCopy full SHA for f6fd70a
jscomp/others/js_math.ml
@@ -496,7 +496,7 @@ external minMany_float : float array -> float = "min" [@@bs.val] [@@bs.splice] [
496
```
497
*)
498
external pow_int : base:int -> exp:int -> int = "pow" [@@bs.val] [@@bs.scope "Math"]
499
-[@@deprecated "use `power_float` instead, the return type may be not int"]
+[@@deprecated "use `pow_float` instead, the return type may be not int"]
500
501
(**
502
Raises the given base to the given exponent. (Arguments and result are
0 commit comments