Skip to content

Commit 90161cc

Browse files
committed
Tweak Factorial and...
note what's up with unicode-equivalent.
1 parent f59a090 commit 90161cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mathics_scanner/data/named-characters.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# specific numeric precidence value.
2626
#
2727
# unicode-equivalent: A unicode equivalent for the named-character, if it
28-
# exists.
28+
# exists. If it is the same as "ascii", please omit.
2929
#
3030
# unicode-equivalent-name: The name of the unicode equivalent, if it exists.
3131
# The Python module unicodedata contains a list of
@@ -34,7 +34,7 @@
3434
#
3535
# wl-unicode: The unicode code point used by Mathics internally to represent
3636
# the named character. If it is the same as unicode-equivalent
37-
# it can be omitted
37+
# it should be omitted
3838
#
3939
# wl-unicode-name: The name of the character corresponding to `wl-unicode`, if it exists. If it is the same as unicode-equivalent-name it can be omitted.
4040
# It will mentioned in Wolfram Language docs if it exists.
@@ -2732,15 +2732,15 @@ ExponentialE:
27322732

27332733
# See also Not
27342734
Factorial:
2735+
amslatex: "{!}" # Probably not right and doesn't handle thin space properly
27352736
ascii: "!"
27362737
has-unicode-inverse: false
27372738
is-letter-like: false
27382739
operator-name: Factorial
27392740
precedence: 610
2740-
unicode-equivalent: "!"
2741-
unicode-equivalent-name: EXCLAMATION MARK
2742-
wl-unicode: "!"
2743-
wl-unicode-name: EXCLAMATION MARK
2741+
2742+
# Double Factorial
2743+
# https://en.wikipedia.org/wiki/Double_factorial
27442744
Factorial2:
27452745
amslatex: "{!}{!}"
27462746
ascii: "!!"

0 commit comments

Comments
 (0)