You are viewing a single comment's thread from:RE: The Exponentiation Operator in JavaScriptView the full contextView the direct parentghasemkiani (69)in #technology • 8 years ago So, I ran a benchmark and turns out ** is almost three times faster than Math.pow on NodeJS.
That's a very nice performance boost. It surely is an improvement.