Skip to main content
Execute qualquer Skill no Manus
com um clique

program-math-functions

Estrelas1
Forks0
Atualizado11 de julho de 2026 às 12:18

Methodology and metallic-rs conventions for implementing math-library functions from scratch in Rust — exp, log, sin, pow, erf, and friends. Use when adding or improving a function under src/f32_/ or src/f64_/, doing argument reduction, generating minimax/Remez polynomial or rational coefficients (rminimax/Sollya, Remez.jl), choosing a polynomial evaluation scheme, applying error-free transforms and compensated arithmetic (true FMA available), making a function correctly rounded (≤ 0.5 ulp; Table Maker's Dilemma, CORE-MATH, RLIBM), or benchmarking and optimizing a function's performance against CORE-MATH (criterion benches, Ziv fallback rates, branchless rewrites, issue #5). Covers f32 and f64.

Instalação

Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.

Explorador de arquivos
6 arquivos
SKILL.md
readonly