You must post issues only here. Questions, ideas must be posted in discussions.
Please answer the following before submitting your issue:
- What version of GopherLua are you using? : v1.1.1
- What version of Go are you using? : v1.22
- What operating system and processor architecture are you using? : Linux/x86
- What did you do? : tonumber("5e-07")
- What did you expect to see? : 0.0000005
- What did you see instead? : LNil
I got this error when try to run tonumber("5e-07")
You must post issues only here. Questions, ideas must be posted in discussions.
Please answer the following before submitting your issue:
I got this error when try to run
tonumber("5e-07")