JavaScript LN10 property
- Forrige side LN2
- Næste side log()
- Gå tilbage til niveauet over JavaScript Math reference håndbog
Definition and usage
LN10
The property is loge10, which is the natural logarithm of 10, and its value is approximately 2.3025850929940459011.
Syntax
Math.LN10
Technical details
Return value: | Number, representing the natural logarithm of 10. |
---|---|
JavaScript version: | ECMAScript 1 |
Browsers understøttelse
Math.LN10
Er ES1-karakteristikker (JavaScript 1999). Alle browsere understøtter det fuldt ud:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Relaterede sider
Tilførsel:JavaScript matematik
- Forrige side LN2
- Næste side log()
- Gå tilbage til niveauet over JavaScript Math reference håndbog