mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
532 B
532 B
Function im
Get the imaginary part of a complex number.
im(x)
For matrices, the function is evaluated element wise.
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
Number | BigNumber | Complex | Array | Matrix | Boolean |
Returns
| Type | Description |
|---|---|
| Number | BigNumber | Array | Matrix | im |