mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
26 lines
532 B
Markdown
26 lines
532 B
Markdown
# 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
|
|
|
|
|
|
|
|
|
|
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->
|