Closed stefano-meschiari closed 9 years ago
latex2exp("$p = 0.05$") produces the wrong output (p = 0.5) because of incorrect parsing of numbers.
latex2exp("$p = 0.05$")
p = 0.5
Reported by Carlos Menezes via email.
Fixed in 0.3.3.
latex2exp("$p = 0.05$")
produces the wrong output (p = 0.5
) because of incorrect parsing of numbers.Reported by Carlos Menezes via email.