aelishRollo / aelishRollo/Pretty-Calc

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

オープン
#2 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。