tgrosinger / md-advanced-tables

A text editor independent library to enable formatting and Excel-style navigation, and spreadsheet formulas to Markdown tables.
MIT License
151 stars 30 forks source link

Add support for trigonometry functions #55

Open neysokt opened 1 year ago

neysokt commented 1 year ago

For example, for some spreadsheet setup like this:

Angle (deg) Sine
30
45
60

What code could I use to get the sine of these angles? How about all other trig functions?