regular gt can be used for bool logic already this one is better for 'making statements' |
defined as a whole number and a radix shift |
specifically rounded number with overlapping ranges a approx b = abs(a-b) is-less-than (precision-a + precision-b)/2 |
shift the radix in increments of 16 places we already have nice scinote symbols for shifting. these prevent the need for large exponent scinote . with a the 4 bit scinote symbol (the same size as our basic number digits) the range is 16 radix points so these jump us into a new range before we need to use larger symbols |
Particularly important for physical units Think of it like this... we use scinote to cover a big range 0.0000 0000 0000 0000 1 -> 1 0000 0000 0000 0000 beyond that the scinote symbol gets long and powers that large are hard to comprehend so we use micro/mega/nano/giga to jump into the other ranges |
if you insist |