From 24cc25fda02d28d4823fc3bc4151230739e79802 Mon Sep 17 00:00:00 2001 From: lanzhiheng Date: Mon, 3 Feb 2020 09:47:29 +0800 Subject: [PATCH] hotfix: fix comment issue. --- mjs/lib/api_math.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'),