aelishRollo / aelishRollo/Pretty-Calc

Add Scientific function set parity (trig, logs, combinatorics, stats basics, matrix ops)

未关闭
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

## Goal
Reach core function parity for the Desmos scientific function surface.

## Scope
- Arithmetic/number: absolute value, percent, fraction input, nth root, factorial, round
- Constants: `pi`, `e`
- Trig: `sin`, `cos`, `tan`, `asin`, `acos`, `atan`
- Logs: `ln`, `log`
- Combinatorics: `nPr`, `nCr`
- Statistics (basic): `mean`, `stdev`, `stdevp`
- Matrix-related entries used in scientific flow:
- matrix template
- `rref`, `det`, `trace`, inverse, square, transpose

## Acceptance Criteria
- Each listed function/operator has parser support and evaluator support.
- Helpful errors are returned for invalid domains and malformed inputs.
- Function docs/examples exist in-project.
- Unit tests cover happy path and key edge cases for each category.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。