Fraction.js test

node v8.17.0
version: 1.0.0
endpointsharetweet
let F = require("fraction.js"); let a = new F(36); let b = a.round(31); console.log(a.toString(), b.toString()); console.log(a, b);
Loading…

no comments

    sign in to comment