gator
gator copied to clipboard
Scientific Notation
It would be nice to support scientific notation since it shows up a lot in shaders. Scientific notation of the form xey
should be the same as x*10**y
and should always produce a float.