Hi Charles,
when reading the documentation of José about data types I came across the number ranges of float/single, doubles and extended. Is there a way to find out the minimum and maximum representation of e.g. floats/singles which are 4 bytes in size?
As I do not understand the IEEE-754 standard, I searched in Internet for the ranges and found this:
Floating Point Primitive Data Types
Type Size Range Accuracy
float 32 bits -3.4E+38 to +3.4E+38 about 7 decimal digits
double 64 bits -1.7E+308 to +1.7E+308 about 16 decimal digits
I also found a floating point converter:
https://www.h-schmidt.net/FloatConverter/IEEE754.htmlAttached are two images where I filled out the binary input fields. I do not know the difference of (not) filling the rightmost binary field.
Could I use \examples\Diagnostics\RegSnapShot.o2bas somehow to find the values? Although I have not understood the underlying theory to calculate floating point, it would be interesting to see if the calculations of O2 are similiar.
Roland