Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Support arimethical expressions #12

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 3, 2014

  1. Add arithmetical expressions support.

    Precedence order for operators:
    
      * logical: `not`, `and`, `or` and `xor`,
      * user-defined,
      * arithmetical: `+`, `-` (or `−`), `*` (or `×`), `/` (or `÷`), `**`
        and `%`.
    
    Also support scientist notation (for example 4.2e-7).
    Hywan committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    a140d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c2057 View commit details
    Browse the repository at this point in the history