gjtorikian / mtex2MML

A Bison grammar to convert TeX math into MathML.
23 stars 14 forks source link

remove useless ciel #77

Closed 4e554c4c closed 9 months ago

4e554c4c commented 9 months ago

ciel(a / b) parses as ciel((float)(int)(a/b))=a/b.

This commit replaces the faulty ciel with an integer version.

gjtorikian commented 9 months ago

👍 let me know if you need me to cut a new release (or if there are other PRs coming I can hold off). thank you!

4e554c4c commented 9 months ago

I'm going to do some more debugging first, so maybe hold off :)

4e554c4c commented 9 months ago

In particular I think it'd be good to investigate #59 and uthash use, before anything else