README
art-math-fix
Provides handy (number, precision) => number
function that performs rounding float number to given precision.
Based on fun in NL #qa chat :)
@Art come fix math
<script type="module">
import artMathFix from 'https://cdn.skypack.dev/art-math-fix';
</script>
Provides handy (number, precision) => number
function that performs rounding float number to given precision.
Based on fun in NL #qa chat :)