MCPcopy
hub / github.com/josdejong/mathjs / complex

Method complex

types/index.d.ts:4956–4956  ·  view source on GitHub ↗

* Create a complex value or convert a value to a complex value. * @param im Argument specifying the imaginary part of the complex * number

(
    this: MathJsChain<Complex | string | PolarCoordinates>,
    im?: number
  )

Source from the content-addressed store, hash-verified

4954 * number
4955 */
4956 complex(
4957 this: MathJsChain<Complex | string | PolarCoordinates>,
4958 im?: number
4959 ): MathJsChain<Complex>

Callers 15

den.test.jsFile · 0.65
num.test.jsFile · 0.65
isBounded.test.jsFile · 0.65
typeof.test.jsFile · 0.65
isInteger.test.jsFile · 0.65
clone.test.jsFile · 0.65
isNumeric.test.jsFile · 0.65
isFinite.test.jsFile · 0.65
equal.test.jsFile · 0.65
unequal.test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected