UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

8 lines (7 loc) 192 B
/** * Returns the arugment of a complex number * @param {Symbol} symbol * @returns {Symbol} */ export function arg(symbol: Symbol): Symbol; import { Symbol } from "../../../Types/Symbol";