Skip to content

Instantly share code, notes, and snippets.

View multiwebinc's full-sized avatar

Mike Robinson multiwebinc

View GitHub Profile
@multiwebinc
multiwebinc / index.html
Created September 3, 2020 22:16 — forked from amrali-eg/index.html
Decimal Rounding - Exponential notation vs Number.EPSILON vs Double rounding vs Double rounding v2 #jsbench (http://jsbench.github.io/#31ec3a8b3d22bd840f8e6822e681a3ac) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Decimal Rounding - Exponential notation vs Number.EPSILON vs Double rounding vs Double rounding v2 #jsbench</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>