UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

8 lines (7 loc) 246 B
/** * Returns the rectangular form of a complex number. Does not work for symbolic coefficients * @param {Symbol} symbol * @returns {Symbol} */ export function rectform(symbol: Symbol): Symbol; import { Symbol } from "../../../Types/Symbol";