soegaard / racket-cas

Simple computer algebra system
60 stars 10 forks source link

Differentiation marks and sqr #29

Open soegaard opened 1 month ago

soegaard commented 1 month ago

The following is supposed to produce d/dx(x^2).

(parameterize ([output-differentiation-mark (list)]) (tex '(diff (sqr x) x))) "$\text{sqr}'(x)$"