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.

$ Instalar

git clone https://github.com/zly7/pipelineLLM /tmp/pipelineLLM && cp -r /tmp/pipelineLLM/.claude/skills/bignum-calculator ~/.claude/skills/pipelineLLM

// tip: Run this command in your terminal to install the skill