因数分解計算機
整数の因数分解n!を計算する。非常に大きな値でも正確に。
結果はタイプすると更新されます。
この計算機の情報
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. Factorial of n (written n!) is the product of every whole number from 1 up to n.Factorials are the work underneath the calculation: 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorial of n (written n!)Factorials are the work underneath the calculation: 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorial of n (written n!)Factorials are the work underneath the calculation: 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorial of n (written n!)Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorial of n (written n!)Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!Factorials are the work underneath the calculation: 5!
よくある質問
因数分解は何に使われる?
因数分解は配列を数える。n!はn項目の異なる順序の数である。置換と組合せの構築ブロックである。
0!(ゼロ因子)とは何ですか。
空集合を整列する方法は 1 つしかありません。
5の因数分解は何ですか。
5×4×3×2×1=120で、この計算機のデフォルト例を示す。
どれくらいの大きさの因数分解を計算できるか?
任意の精度の整数を用いて,2000! まで正確に,数が巨大であっても精度を失わない。
なぜ数字が表示されるの?
因数分解は、非常に速く成長するので、全体の数は扱いにくい。100! は158桁である。数字を数えることで、その大きさを簡単に感じ取れる。
どのような近似値ですか。
分数を10のべき乗のマンチサとして表現し,正確な整数の隣に読みやすい推定値を示した。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 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);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。