BlitzPlus = supporting doubles?

BlitzPlus Forums/BlitzPlus Beginners Area/BlitzPlus = supporting doubles?

va!n(Posted 2007) [#1]
hi... as far as i can see in the docs there are only 3 types....

integer, float, string...

However, does BlitzPlus only works internaly with floats or does it works internally even with doubles for input? thanks


b32(Posted 2007) [#2]
Good question. I have no idea. There is some source code for Blitz3D here:
http://www.blitzbasic.com/Community/posts.php?topic=42657
And it seems to be using floats. So I think B+ works with int floats and strings too.


va!n(Posted 2007) [#3]
thanks!


Matty(Posted 2007) [#4]
Blitzplus floats are single precision.