mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
554 B
554 B
Function arg
Compute the argument of a complex value. If x = a + bi, the argument is computed as atan2(b, a).
arg(x)
For matrices, the function is evaluated element wise.
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
Number | Complex | Array | Matrix | Boolean |
Returns
| Type | Description |
|---|---|
| Number | Array | Matrix | res |