UNPKG

@nodert-win10-19h1/windows.foundation.numerics

Version:

Use the Windows.Foundation.Numerics UWP API directly from Node.js

12 lines (8 loc) 209 B
Rational = (function () { var cls = function Rational() { this.numerator = new Number(); this.denominator = new Number(); }; return cls; }) (); exports.Rational = Rational;