* 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
)
| 4954 | * number |
| 4955 | */ |
| 4956 | complex( |
| 4957 | this: MathJsChain<Complex | string | PolarCoordinates>, |
| 4958 | im?: number |
| 4959 | ): MathJsChain<Complex> |
no outgoing calls
no test coverage detected