Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: josdejong/mathjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: aitee/mathjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 19, 2025

  1. Fixes the nthRoots latexFunctions template string.

    The $ was misplaced from the brace it was intended to be associated with.
    aitee committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    636baf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Expands FunctionNode test to include an nthRoots case

    Future: could add more functions, but kept it narrow for now.
    aitee committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    6657d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d892402 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7797294 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. running 'npm run format'

    aitee committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    a9f6595 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    bbdf69c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Configuration menu
    Copy the full SHA
    a28e580 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. Allows for implicit multiplication to be opted out of via implicitMul…

    …tiplication config option
    aitee committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    0fce89f View commit details
    Browse the repository at this point in the history
Loading