[Playground](https://typescripttolua.github.io/play.html#code/A4JwlgdgLgFAjAUwMwAYCcBKA3EA) **Input:** ```ts print(1e309); ``` **Current Result:** ```lua print(Infinity) ``` **Expected Result:** ```lua print(math.huge) ```
Playground
Input:
Current Result:
Expected Result: