Atreyagaurav / litex-mode

LiTeX mode for emacs; A minor mode to convert valid lisp expressions to LaTeX
GNU General Public License v3.0
43 stars 4 forks source link

Fix: Negative floats formatting #19

Closed Atreyagaurav closed 2 years ago

Atreyagaurav commented 2 years ago

Since the limits were positive for max and min float values to not use exponential format, negative values were excluded in that and it was taking log of negative to put into exponential which was a disaster.