UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

13 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.realpart = void 0; /** * Get's the real part of a complex number. Return number if real * @param {Symbol} symbol * @returns {Symbol} */ function realpart(symbol) { return symbol.realpart(); } exports.realpart = realpart; //# sourceMappingURL=realpart.js.map