Bignum Calculator

Arbitrary precision integer calculator for handling extremely large numbers. Use when users need to compute with numbers that exceed standard numeric limits, including operations like factorial of large numbers (e.g., 100!), powers with large exponents (e.g., 2^1000), arithmetic on numbers with hundreds of digits, or prime checking, GCD, LCM, Fibonacci, and binomial coefficients.

majiayu000 81c72c0 2 files · 3.1 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/bignum-calculator commit 81c72c0f24

Frequently asked questions

npx skillmds add majiayu000/bignum-calculator