aelishRollo / aelishRollo/Pretty-Calc
Add Scientific function set parity (trig, logs, combinatorics, stats basics, matrix ops)
- Ngôn ngữ chính
- TypeScript
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## 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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.