strict property

bool strict
getter/setter pair

When true, an error will be thrown if a primitive number is passed to the Big constructor, or if valueOf is called, or if toNumber is called on a Big which cannot be converted to a primitive number without a loss of precision.

Implementation

static var strict = false;