File: calc-aent.el.html
Defined variables (9)
calc-alg-ent-esc-map | The keymap used for escapes in algebraic entry. |
calc-alg-ent-map | The keymap used for algebraic entry. |
calc-alg-entry-history | History for algebraic entry. |
calc-eval-error | Determines how calc handles errors. |
calc-quick-calc-history | The history list for ‘quick-calc’. |
math-read-replacement-list | A list indicating replacements to make in Calc algebraic input. |
math-read-subscripts | A string consisting of the subscripts allowed by Calc. |
math-read-superscripts | A string consisting of the superscripts allowed by Calc. |
math-toks | Tokens to pass between math-build-parse-table and math-find-user-tokens. |
Defined functions (20)
calc-alg-entry | (&optional INITIAL PROMPT) |
calc-algebraic-entry | (&optional PREFIX AUTO) |
calc-auto-algebraic-entry | (&optional PREFIX) |
calc-check-user-syntax | (&optional X PREC) |
calc-do-alg-entry | (&optional INITIAL PROMPT NO-NORMALIZE HISTORY) |
calc-do-calc-eval | (STR SEPARATOR ARGS) |
calc-do-quick-calc | (&optional INSERT) |
calc-eval-error | (MSG) |
calc-match-user-syntax | (P &optional TERM) |
calcAlg-blink-matching-check | (LEFTPT RIGHTPT) |
math-find-user-tokens | (P) |
math-read-expr-level | (EXP-PREC &optional EXP-TERM) |
math-read-exprs | (STR) |
math-read-if | (COND OP) |
math-read-preprocess-string | (STR) |
math-remove-dashes | (X) |
math-remove-percentsigns | (X) |
math-restore-dashes | (X) |
math-restore-placeholders | (X) |
math-string-restore-underscores | (X) |