Closed hugomg closed 2 months ago
It cluttered the start of every file, for something that was a corner case. I've replaced it with a simple gsub for math.ln-->math.log. It's not perfect, but should be good enough until we can get rid of math.ln.
Wait a second... I need to edit the input before I compile it, otherwise the indexing math will be off.
Properly implemented in #631
It cluttered the start of every file, for something that was a corner case. I've replaced it with a simple gsub for math.ln-->math.log. It's not perfect, but should be good enough until we can get rid of math.ln.