UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

7 lines (6 loc) 153 B
/** * Get's the imaginary part of a complex number * @param {Symbol} symbol * @returns {Symbol} */ export function imagpart(symbol: Symbol): Symbol;