diff --git a/mjs/lib/api_math.js b/mjs/lib/api_math.js index 2ca7f0f..67487d8 100644 --- a/mjs/lib/api_math.js +++ b/mjs/lib/api_math.js @@ -33,7 +33,7 @@ let Math = { // Returns the square root of `x`. sqrt: ffi('double sqrt(double)'), - // ## **`Math.floor(x)`** + // ## **`Math.exp(x)`** // Returns the base-e exponential function of `x`, which is e raised to the // power `x`. exp: ffi('double exp(double)'),