2025-04-18 - 2025-10-18
Overview
6 pull requests merged by 1 user
Merged
#28 feat: Implement Vector type
Merged
#26 feat: Add return typing strategies and implement sqrt with them
Merged
#24 feat: methods on Complex
Merged
#23 refactor: require match to merge any function
Merged
#22 refactor: change onType to match and take only one pattern and result
Merged
#21 feat: Add generic types and Complex numbers
4 issues closed from 2 users
Closed
#27 Add generic Vector type
Closed
#25 Add return convention choice to config and implement sqrt for all relevant types.
Closed
#20 add facilities for generic types and implement Complex(T)
Closed
#12 API to specify a function name and multiple signatures in a single file
9 issues created by 2 users
Opened
#25 Add return convention choice to config and implement sqrt for all relevant types.
Opened
#27 Add generic Vector type
Opened
#29 enhance cbrt to work on Complex and to return all cube roots
Opened
#30 implement polynomialRoot
Opened
#31 make parallel benchmark to pocomath/mathjs
Opened
#32 Avoid files with names differing only by casing
Opened
#33 Ban instanceof
and avoid inheritance, specifically in TypePattern
.
Opened
#34 Error when running pnpm test
Opened
#35 Protect merge
and resolve
and other "built-in" type dispatcher methods
2 unresolved conversations
Open
#18
Add a config object and approximate equality
Open
#14
Separate Type entities and the type information about them