Add parity function wave 1 and regenerate reference docs#38
Merged
Conversation
Implement the first parity wave across stats, date/business-day, financial tail, lookup, and compatibility helpers. Regenerate reference docs, add formula fixtures, and update builtin doc comments so docs-site pages are generated and validated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This lands the first parity wave for Formualizer and regenerates the reference docs in one PR.
Engine/runtime additions
AVERAGEA,MAXA,MINASTDEVA,STDEVPA,VARA,VARPASKEW.PT.DIST.RT,CHISQ.DIST.RT,CHISQ.INV.RTF.DIST.RT,F.INV.RTBETA.INV,BINOM.DIST.RANGE,BINOM.INVGAMMA,GAMMA.INV,GAMMALN,GAMMALN.PRECISENETWORKDAYS.INTL,WORKDAY.INTLNETWORKDAYS/WORKDAYnow honor holiday argumentsTBILLEQ,TBILLPRICE,TBILLYIELDISPMT,PDURATIONSWITCH,ISNONTEXTFACTDOUBLE,COMBINABASE,DECIMALACOTHCEILING.PRECISE,FLOOR.PRECISE,ISO.CEILINGSUMX2MY2,SUMX2PY2,SUMXMY2LOOKUPTests/docs
Validation
cargo fmt --allcargo clippy --workspace --all-targets -- -D warningscargo test -p formualizer-evalcargo run -p xtask -- audit --functions ...for the new parity functions (41 passing, 0 failing)cargo run -p xtask -- schema --functions ...cargo run -p xtask -- refcd docs-site && pnpm buildNotes
xtask ref --applyrecalculates related links, category metadata, and generated function metadata across the reference site.