Calculator
Kufungidzira factorial n! yemutsetse, zvakajeka - kunyange zvikuru zvikuru mavara.
Zvinyorwa zvinogadziridzwa paunenge uchinyora.
Nezve iyi kalkulator
factorial of n (written n!) is the product of every whole number from 1 up to n. This calculator returns the exact value using arbitrary-precision integers, the number of digits in that value, and an approximate mantissa × power-of-ten form for readability. The factorial of n (written n!) is the product of every whole number from 1 up to n. This calculator returns the exact value using arbitrary-precision integers, the number of digits in that value, and an approximate mantissa × power-of-ten form for readability. The factorial of n (written n!) is the product of every whole number from 1 up to n. The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (written n!) is the product of every whole number from 1 up to n.The factorial of n (wri
Zvimwe zvinobvunzwa zvakanyanya
Chii chinonzi factorial?
A factorial inofungidzira zvirongwa: n! ndeimwe yezviuru zvakasiyana orderings n zvinhu. Izvi ndicho chivakwa block of permutations uye kubatanidza.
Chii chinonzi 0! (zero factorial)?
Nechirevo 0! = 1. Kune nzira imwe chete yekugadzirira seti isina chinhu, saka chigadzirwa chisina chinhu ndeche1.
Chii chinonzi 5 factorial?
Izvi zvinoreva kuti 5 × 4 × 3 × 2 × 1 = 120, izvo zvinoreva kuti 120 = 120 × 4 × 3 × 2 × 1.
Ndeipi pfungwa inonyanya kuzivikanwa?
Kusvika 2000! zvakajeka, kushandisa arbitrary-precision integers, saka hapana kuvimbika kushaya kunyange zvazvo nhamba iri zvikuru.
Nei ichiratidza dhigirii rekutevera?
Factorials kukwira zvakasimba kuti yakazara nhamba iri unhandled — 100! ane 158 digits — saka digit kuongorora anopa iwe nyore kuziva hunhu hwayo.
Chii chinonzi kukosha kwemari?
Inotaura kuti factorial semantisa nguva imwe simba regumi, nyore-kuverenga kufungidzira kuratidzwa pedyo nechokwadi integer.
API — kushandisa iyi kalkulator kubva code
Chiva iyi calculator semahara JSON endpoint - hapana chikuru zvinodiwa. Kutumira nzvimbo zviwanikwa pasi separameter query kana JSON. Tora yakazara API docs →
Endpoint
GET https://calculator.free/api/v1/factorial/
curl
curl "https://calculator.free/api/v1/factorial/?n=5"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/factorial/?" + new URLSearchParams({
"n": "5"
}));
const data = await r.json();
console.log(data.results);
Zviratidzo zvemubvunzo ndezvekufungidzira kwechinangwa chekudzidzisa chete, kwete zvemari, zvehutano kana zvemari.