Skip to content

Bump mathjs from 14.0.0 to 14.2.0

Bumps mathjs from 14.0.0 to 14.2.0.

Changelog

Sourced from mathjs's changelog.

2024-01-30, 14.2.0

2025-01-24, 14.1.0

  • Feat: implement bigint support in functions log, log2, log10, larger, smaller, max, min (#3345). Thanks @​gwhitney.
  • Fix: #3342 hexadecimal input not turned into a bigint (#3348).
  • Fix randomInt() not working (#3345).
  • Docs: fixed description of sign in the embedded docs (#3338). Thanks @​witer33.

2024-12-11, 14.0.1

  • Fix: make derivative much faster (#3322). Thanks @​paulftw.
  • Fix: #3317 export Fraction type from the fraction.js library instead of using a custom interface (#3330). Thanks @​fchu.
Commits
  • 3be5a74 chore: publish v14.2.0
  • 127ea62 feat: #3041, #3340 rename apply to mapSlices (#3357)
  • 1a85b87 fix: #3360 add bigint support to matrix indices and ranges (#3361)
  • 773a5c5 fix: #3247 don't override type-native floor/ceil within tolerance of value (#...
  • b56fbcb fix: type definitions for matrixFrom* (#3371)
  • 393cc66 chore: publish v14.1.0
  • cc13fb8 chore: update devDependencies
  • 7ca0e6b chore: fix a JSDoc example not always working depending on your timezone
  • 0b2887b chore: cleanup unused function isIntegerStr and const DBL_EPSILON
  • 8510b85 fix: handle bigints properly in more cases (#3345)
  • Additional commits viewable in compare view

Merge request reports

Loading