Dart Documentationsolvr:bignumNullExp

NullExp Class

Constructors

Code new NullExp() #

NullExp();

Methods

Code convert(x) #

convert(x) { return x; }

Code mulTo(x, y, r) #

mulTo(x,y,r) { x.multiplyTo(y,r); }

Code revert(x) #

revert(x) { return x; }

Code sqrTo(x, r) #

sqrTo(x,r) { x.squareTo(r); }