Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benchristel committed Jan 11, 2024
1 parent 4dc7ffc commit 5824bcf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ function createBaseConfig(): MathFieldConfig {
// appropriate symbol. This does not include ln, log, or any of the
// trig functions; those are always interpreted as commands.
autoCommands: "pi theta phi sqrt nthroot",
// Most of these autoOperatorNames are simply the MathQuill defaults.
// We have to list them all in order to add the `sen` operator (see
// comment below).
autoOperatorNames: [
"arccos",
"arcsin",
Expand Down

0 comments on commit 5824bcf

Please sign in to comment.