Can I use a division symbol in CL?

I want to use a table for sin, cos, and tan ratios as fractions. Is there a CL that can be typed in for a table that will allow me to do this?

Anything that can be entered in the Desmos calculator can be copy-pasted into CL, and will paste in its formatted form. The obelus, ÷, is \div, but if you want in fraction form the syntax is \frac{numeratorHere}{denominatorHere}, so three-fourths is \frac{3}{4}.

1 Like