mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
511 B
511 B
Function number
Create a number or convert a string to a number. When value is a matrix, all elements will be converted to number.
Parameters
| Parameter | Type | Description |
|---|---|---|
value |
String | Number | Boolean | Array | Matrix |
Returns
| Type | Description |
|---|---|
| Number | Array | Matrix | num |