nanomath/src
Glen Whitney 722a2724a0 feat: Make cis(theta) respect return typing strategy
To accomplish this, also
  * implements `OneOf` union types
  * passes desired return typing strategy to behavior factory functions
  * adds formerly missing BooleanT utils
  * adds isInteger utility function, along with its dependency isfinite
  * adds several new and formerly missing Complex utils

  In addition, it adds several Complex tests, including careful checking
  of the behavior and return type of `math.cis` under different
  `math.config.returnTyping` settings.
2025-04-26 18:40:09 -07:00
..
__test__ feat: Introduce BooleanT and boolean functions (#17) 2025-04-13 16:29:51 +00:00
boolean feat: Make cis(theta) respect return typing strategy 2025-04-26 18:40:09 -07:00
complex feat: Make cis(theta) respect return typing strategy 2025-04-26 18:40:09 -07:00
core feat: Make cis(theta) respect return typing strategy 2025-04-26 18:40:09 -07:00
coretypes feat: methods on Complex (#24) 2025-04-25 14:17:34 +00:00
generic feat: Index behaviors by return typing strategy 2025-04-26 00:20:30 -07:00
number feat: Make cis(theta) respect return typing strategy 2025-04-26 18:40:09 -07:00
nanomath.js feat: methods on Complex (#24) 2025-04-25 14:17:34 +00:00
numbers.js feat: Introduce BooleanT and boolean functions (#17) 2025-04-13 16:29:51 +00:00
package.json feat: Introduce BooleanT and boolean functions (#17) 2025-04-13 16:29:51 +00:00