Variable: math-read-superscripts

math-read-superscripts is a variable defined in calc-aent.el.gz.

Value

"⁰¹²³⁴⁵⁶⁷⁸⁹⁺⁻⁽⁾ⁿⁱ"

Documentation

A string consisting of the superscripts allowed by Calc.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-aent.el.gz
(defvar math-read-superscripts
  "⁰¹²³⁴⁵⁶⁷⁸⁹⁺⁻⁽⁾ⁿⁱ" ; 0123456789+-()ni
  "A string consisting of the superscripts allowed by Calc.")