calc-aent.el (math-read-token, math-find-user-tokens):
calc-lang.el (math-read-big-rec, math-lang-read-symbol) (math-compose-tex-func): calccomp.el (math-compose-expr): calc-ext.el (math-format-flat-expr-fancy): calc-store.el (calc-read-var-name): calc-units.el (calc-explain-units-rec): Allow Greek letters. calc.el (var-π, var-φ, var-γ): New variables. calc-aent.el (math-read-replacement-list): Add "micro" symbol. calc-units.el (math-unit-prefixes): Add mu for micro. (math-standard-units): Add units.
This commit is contained in:
parent
7aefa4457f
commit
ae6bc504c0
8 changed files with 64 additions and 35 deletions
|
@ -3283,7 +3283,7 @@ If X is not an error form, return 1."
|
|||
(concat "-" (math-format-flat-expr (nth 1 a) 1000)))
|
||||
(t
|
||||
(concat (math-remove-dashes
|
||||
(if (string-match "\\`calcFunc-\\([a-zA-Z0-9']+\\)\\'"
|
||||
(if (string-match "\\`calcFunc-\\([a-zA-Zα-ωΑ-Ω0-9']+\\)\\'"
|
||||
(symbol-name (car a)))
|
||||
(math-match-substring (symbol-name (car a)) 1)
|
||||
(symbol-name (car a))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue