lb-ratio
Version:
Provides a Fraction, Rational, and Ratio object for javascript.
24 lines (23 loc) • 438 B
HTML
<!--
/**
* @project Ratio.js
* @author Larry Battle , <http://bateru.com/news/>
* @license MIT
* @info Project page: <https://github.com/LarryBattle/Ratio.js/>
*/
-->
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<h2>Simple Benchmark Test</h2>
<b>Results</b>
<div id="results">
Loading...
</div>
<script src="../lib/Ratio-beta.js"></script>
<script src="./js/Ratio-benchmark.js"></script>
</body>
</html>