mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
513 B
513 B
Function to
Change the unit of a value.
x to unit to(x, unit)
For matrices, the function is evaluated element wise.
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
Unit | Array | Matrix | |
unit |
Unit | Array | Matrix |
Returns
| Type | Description |
|---|---|
| Unit | Array | Matrix | res |