Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use math.js to evaluate user's arith expressions #31

Merged
merged 17 commits into from
Sep 25, 2020
Merged

use math.js to evaluate user's arith expressions #31

merged 17 commits into from
Sep 25, 2020

Commits on Sep 17, 2020

  1. Create expr-eval.min.js

    yeedle authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1b1e74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ff95c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. inline expr-eval module

    yeedle authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    2590130 View commit details
    Browse the repository at this point in the history
  2. fixed typo

    yeedle authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    dced86a View commit details
    Browse the repository at this point in the history
  3. Delete expr-eval.min.js

    yeedle authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    e50d412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    845d4fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb040d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. pass in object

    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d94d449 View commit details
    Browse the repository at this point in the history
  2. adjust indexing to 1-based

    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    2ca1b38 View commit details
    Browse the repository at this point in the history
  3. log values

    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    fd16ef3 View commit details
    Browse the repository at this point in the history
  4. log values

    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    cb0cbf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    665c707 View commit details
    Browse the repository at this point in the history
  6. mathjs dep

    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    18f5f10 View commit details
    Browse the repository at this point in the history
  7. using math.js safe evaluator to eval user's expr

    fixed typo
    
    Delete expr-eval.min.js
    
    add mathjs-based eval function
    
    closing quotes on function names
    
    pass in object
    
    adjust indexing to 1-based
    
    log values
    
    log values
    
    rescale between 1 and length of bands
    
    mathjs dep
    
    removed debug logging
    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    796abc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eff5f06 View commit details
    Browse the repository at this point in the history
  9. removed addition of 1

    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    384c499 View commit details
    Browse the repository at this point in the history
  10. added back in domain logging

    yeedle committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    71fe16a View commit details
    Browse the repository at this point in the history