Floating point analysis
Skill a5c-ai/babysitter/library/specializations/domains/science/mathematics/skills/floating-point-analysis
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill floating-point-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Rigorous floating-point error analysis
SKILL.md
1.3 KB, as published. Nobody here has run it
Floating-Point Analysis
Purpose
Provides rigorous floating-point error analysis capabilities for numerical algorithm verification and accuracy assessment.
Capabilities
- IEEE 754 arithmetic modeling
- Roundoff error accumulation tracking
- Interval arithmetic computation
- Arbitrary precision arithmetic
- Numerical condition number computation
- Error bound derivation
Usage Guidelines
- Error Modeling: Model floating-point operations precisely
- Interval Arithmetic: Use interval bounds for guaranteed accuracy
- High Precision: Employ arbitrary precision for validation
- Error Bounds: Derive forward and backward error bounds
Tools/Libraries
- MPFR
- Arb
- Herbie
- FPBench