Exponent (moc) kalkulačka
Zvýšte akúkoľvek základňu na akúkoľvek mocninu, vrátane záporných a zlomových exponencií.
Výsledky sa aktualizujú počas písania.
O tejto kalkulačke
25. The exponent is the number of times the base is multiplied by itself. The exponent is the number of times the base is multiplied by itself. The exponent is the number of times the base is multiplied by itself. The exponent is the number of times the base is multiplied by itself. The exponent is the number of times the base is multiplied by itself. The exponent is the number of times the base is multiplied by itself. The exponent is the number of times the base is multiplied by itself. The exponent is the number of times the base is multiplied by itself.Exponents underpin compound interest, scientific notation, area and volume scaling, exponential growth and computer science.Exponents underpin compound interest, scientific notation, area and volume scaling, exponential growth and computer science.Exponents underpin compound interest, scientific notation, area and volume scaling
Často kladené otázky
Čo znamená záporný exponent?
Záporný exponent je recipročným číslom kladnej mocniny. 2⁻³ = 1 ÷ 2³ = 1/8 = 0,125.
Čo je to zlomkový exponent?
Zlomkový exponent je koreň: x^(1/2) je druhý koreň z x a x^(1/3) je koreň z tretieho stupňa, takže 8^(1/3) = 2.
Čo je akékoľvek číslo na mocninu nuly?
Každá nenulová základňa zvýšená na mocninu 0 sa rovná 1, zvýšenie na mocninu 1 dáva základňu nezmenenú.
Čo je 2 na 10. mocninu?
Vynásobte 2 sám sebou desaťkrát: 2^10 = 1024, čo je predvolený príklad, ktorý tento nástroj zobrazuje.
Môže byť základňa záporná?
Záporný základ s párnym exponentom je kladný a s nepárnym exponentom je záporný: (−2)^4 = 16, ale (−2)^3 = −8.
Ako sa zobrazujú veľmi veľké výkony?
Pre ľahšiu čitateľnosť sú tiež zobrazené vo vedeckom zápise — napríklad 2^40 je približne 1,0995 × 10^12.
API — použite túto kalkulačku z kódu
Zavolajte túto kalkulačku ako voľný koncový bod JSON – nevyžaduje sa žiadny kľúč.Odoslať hodnoty polí nižšie ako parametre dotazu alebo JSON. Prečítajte si celú dokumentáciu API →
Koncový bod
GET https://calculator.free/api/v1/exponent/
curl
curl "https://calculator.free/api/v1/exponent/?base=2&exponent=10"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/exponent/?" + new URLSearchParams({
"base": "2",
"exponent": "10"
}));
const data = await r.json();
console.log(data.results);
Výsledky sú odhady len pre všeobecné usmernenie, nie finančné, lekárske alebo daňové poradenstvo.