Skip to content

Commit

Permalink
Merge pull request #49 from NSoiffer/main
Browse files Browse the repository at this point in the history
Added "defaultfixity" operators based on MathCAT's common operators
  • Loading branch information
NSoiffer authored Oct 13, 2023
2 parents ba510bc + c95840f commit f8aed88
Showing 1 changed file with 64 additions and 6 deletions.
70 changes: 64 additions & 6 deletions _data/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,77 @@


defaultfixity:
- fixity: function
concepts:
- gradient (∇)
- laplacian (∆)

- fixity: prefix
concepts:
- angle (∠)
- for-all (∀)
- measured-angle (∡)
- minus (-, −)
- partial-derivative (∂)
- right-angle (∟)
- square-root-of (√)
- there-does-not-exist (∄)
- there-exists (∃)

- fixity: infix
concepts:
- plus
- minus
- times
- less-than
- and (⁤∧)
- approaches (→)
- composed-with (∘)
- cross-product (×)
- divided-by (/, ÷, :)
- divides (|, ∣)
- does-not-belong-to (∉)
- does-not-divide (∤)
- element-of (∈, ∊)
- equals (=)
- given (|)
- greater-than (>)
- greater-than-or-equal-to (≥, ≧)
- identical-to (≡)
- intersection (∩)
- less-than (<)
- less-than-or-equal-to (≤, ≦)
- member-of (∈, ∊)
- minus (-, −)
- minus-or-plus (∓)
- not (¬)
- not-a-subset (⊄)
- not-a-superset (⊅)
- not-equal-to (≠)
- not-member-of (∉)
- not-parallel-to (∦)
- of (⁡) # invisible functional call
- or (∨)
- parallel-to (∥)
- plus (+)
- plus-or-minus (±)
- precedes (≺)
- proportional (∝, ∷, ∼, ~)
- ratio (:, ∶)
- subset (⊂)
- subset-or-equal (⊆)
- succeeds (≻)
- such-that (|)
- superset (⊃)
- superset-or-equal (⊇)
- tilde (~)
- times (*, ·, ×, ∗)
- union (∪)

- fixity: postfix
concepts:
- factorial
- factorial (!)

- fixity: silent
concepts:
- invisible-times


concepts:

Expand Down

0 comments on commit f8aed88

Please sign in to comment.