And unfortunately the FormatNumber() in kix doesn't even fix it.

 Code:
FormatNumber($num, 2)


results in a long string of 0's, and not just 0.00 like it should. Having to use the Round() function to get around it for now.