| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Global_Objects/Math/LOG2E | [Back] [Original] |
Get to know MDN better
Esta pgina ha sido traducida del ingls por la comunidad. Aprende ms y nete a la comunidad de MDN Web Docs.
This feature is well established and works across many devices and browser versions. Its been available across browsers since julio de 2015.
El base 2 del logaritmo natural de E (aproximadamente 1.442).
Atributos de la propiedad Math.LOG2E | |
|---|---|
| Sobrescribir | No |
| Numerable | No |
| Configurable | No |
Porque LOG2E es una propiedad esttica de Math, siempre usted lo usa como Math.LOG2E, en lugar de una propedad de un objecto de Math usted cre.
Math.LOG2ELa funcin siguiente devuelve el base 2 del logaritmo natural del E:
function getLog2e() {
return Math.LOG2E;
}
Math objeto.This page was last modified on 23 ene 2024 by MDN contributors.
MathMath.abs()Math.acos()Math.acosh()Math.asin()Math.asinh()Math.atan()Math.atan2()Math.atanh()Math.cbrt()Math.ceil()clz32()Math.cos()cosh()Math.exp()Math.expm1()f16round()Math.floor()fround()Math.hypot()imul()Math.log()log1p()Math.log2()Math.log10()Math.max()Math.min()Math.pow()Math.random()Math.round()Math.sign()Math.sin()sinh()Math.sqrt()sumPrecise()Math.tan()Math.tanh()Math.trunc()Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |