cortex-js / compute-engine

An engine for symbolic manipulation and numeric evaluation of math formulas expressed with MathJSON
https://cortexjs.io
MIT License
375 stars 47 forks source link

use degree in trigonometric functions #64

Closed BlueCat0 closed 1 year ago

BlueCat0 commented 1 year ago

move from https://github.com/arnog/mathlive/issues/1721

expect use degree with trigonometric functions 2022-11-15_10-47-35

is there anyway to support it?

2022-11-15_10-44-12

arnog commented 1 year ago

Support for the ["Degrees"] expression has been added. It is available in LaTeX via \deg, \degree and ^\circ.