Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Plugin: Math - Support European-style decimal separator #268

Merged
merged 2 commits into from
Jun 10, 2018

Commits on Jun 5, 2018

  1. Plugin: Math

    * Autodetect input mode - UK-style decimal separator "." (current) or European-style decimal separator "," (new) - and ensure the calculation and output matches what the user expects.
    
    Follows the suggested implementation from the MathJS library documentation: http://mathjs.org/examples/browser/custom_separators.html.html
    dannya committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    b9a5d7d View commit details
    Browse the repository at this point in the history
  2. * Run eslint

    dannya committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    2213442 View commit details
    Browse the repository at this point in the history