mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
474 B
474 B
Function string
Create a string or convert any object into a string. Elements of Arrays and Matrices are processed element wise
Parameters
| Parameter | Type | Description |
|---|---|---|
value |
* | Array | Matrix |
Returns
| Type | Description |
|---|---|
| String | Array | Matrix | str |