Factorial ဂဏန်းတွက်စက်
factorial n ကိုတွက်ချက်! တစ်ဦးလုံးနံပါတ်၏, တိကျစွာ - ပင်အလွန်ကြီးမားတဲ့တန်ဖိုးများကို။
သင်ရိုက်ထည့်သလိုရလဒ်များကို update လုပ်ပါ
ဤဂဏန်းတွက်စက်အကြောင်း
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. 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 ofFac
မေးလေ့ရှိသောမေးခွန်းများ
factorial များအတွက်အသုံးပြုသည်ဘာလဲ?
A factorial arrangements counts: n! n ပစ္စည်းများကွဲပြား orderings ၏အရေအတွက်ဖြစ်ပါသည်. ဒါဟာ permutations နှင့်ပေါင်းစပ်၏ဆောက်လုပ်ရေး block ကိုဖြစ်ပါသည်.
ဘာလဲ0! ( Zero factorial)?
အဓိပ္ပါယ်ဖွင့်ဆိုချက်0! = 1. တစ်ခုလုံး set ကိုစီစဉ်ဖို့တိကျတဲ့နည်းလမ်းတစ်ခုရှိပါတယ်, ဒါကြောင့်အလွတ် product ကို 1 ဖြစ်ပါသည်.
5factorial ဆိုတာဘာလဲ?
ဒါဟာ5×4×3×2× 1 = 120, ဒီဂဏန်းတွက်စက်ပြသသော default ဥပမာဖြစ်ပါသည်.
ဘယ်လိုကြီးမားတဲ့ factorial သူကတွက်ချက်နိုင်သလဲ?
Up ကို 2000! တိကျစွာ, arbitrary-တိကျမှု integers ကိုအသုံးပြုခြင်း, ထို့ကြောင့်အရေအတွက်ကကြီးမားသောဖြစ်သော်လည်းပင်အတိအကျမရှိဆုံးရှုံးသွားသည်.
ဘာကြောင့် ဒေတာတွက်ချက်မှု တစ်ခုကို ပြသသလဲ။
Factorials ပြည့်စုံသောနံပါတ်ကို unwieldy ဖြစ်ကြောင်းအလွန်မြန်ဆန်စွာကြီးထွား - 100! 158 digits ရှိပါတယ် - ဒါကြောင့်ဒီဂဏန်းစာရင်းသင်သည်၎င်း၏အရွယ်အစား၏မြန်ဆန်သောခံစားချက်ပေးသည်။
အဘို့အဘယ်သို့၏အလားအလာတန်ဖိုးဖြစ်ပါသည်?
ဤသည် factorial ကိုတစ်ကြိမ်တစ်ကြိမ် Mantis အဖြစ်ဆယ်၏စွမ်းအားကိုဖော်ပြသည်, တိကျတဲ့တွက်ချက်မှုအတိအကျတွက်ချက်မှုနောက်ကပြသလွယ်ကူဖတ်ရှုဖို့ခန့်မှန်းချက်။
API ကို — code ကိုမှဤဂဏန်းတွက်စက်ကိုအသုံးပြု
အခမဲ့ JSON endpoint အဖြစ်ဤဂဏန်းတွက်စက်ကိုခေါ် - လိုအပ်သော key ကိုမရှိ. query parameters တွေကိုသို့မဟုတ် JSON အဖြစ်အောက်ပါ Field Values ကိုပို့. ပြည့်စုံသော API ကိုစာရွက်စာတမ်းများကိုဖတ်ပါ →
အဆုံးသတ်ချက်
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);
ရလဒ်များသာယေဘုယျလမ်းညွှန်မှုများအတွက်ခန့်မှန်းချက်ဖြစ်ကြသည်, မငွေကြေး, ဆေးဘက်ဆိုင်ရာသို့မဟုတ်အခွန်အကြံပေးချက်.