JavaScript Programmer's Reference - Number Object
You are here: irt.org | XRef | core | Number
Number Object
Number Constructors
| Name | MSIE | NNav | Notes |
|---|
| Number() | 3.02 | 3 | |
Number Methods
| Name | MSIE | NNav | Notes |
|---|
| toExponential() | 5.5 | 6 | |
| toFixed() | 5.5 | 6 | |
| toLocaleString() | 5.5 | 6 | ECMA warns that the first argument of this method is reserved for future use. |
| toPrecision() | 5.5 | 6 | |
| toSource() | 4 | 4.06 | |
| toString() | 3.02 | 3 | |
| valueOf() | 4 | 3 | |
Number Functions
| Name | MSIE | NNav | Notes |
|---|
| Number() | 3.02 | 4 | |
Number Properties
Number Static Constants
| Name | MSIE | NNav | Notes |
|---|
| MAX_VALUE | 3.02 | 3 | Mathematical accuracy in JS is not perfect. |
| MIN_VALUE | 3.02 | 3 | Not consistent across browsers. |
| NaN | 3.02 | 3 | |
| NEGATIVE_INFINITY | 3.02 | 3 | |
| POSITIVE_INFINITY | 3.02 | 3 | |
You are here: irt.org | XRef | core | Number
©2018 Martin Webb