UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

11 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scientific = void 0; function scientific(symbol, sigfigs) { //Just set the flag and keep it moving. Symbol.toString will deal with how to //display this symbol.scientific = sigfigs || 10; return symbol; } exports.scientific = scientific; //# sourceMappingURL=scientific.js.map