John Gustafson’s crusade to replace floating point with something better
1–10 of 201 posts
Re: John Gustafson’s crusade to replace floating point with something better
#2Re: John Gustafson’s crusade to replace floating point with something better
#3Re: John Gustafson’s crusade to replace floating point with something better
#4[1] https://posithub.org/index
[2] https://github.com/mthom/scryer-prolog/issues/6
[3] https://github.com/mthom/scryer-prolog
Re: John Gustafson’s crusade to replace floating point with something better
#5It sounds like the basic idea here is that rather than a fixed amount of significant figures, you get more precision in the middle. Meanwhile, you can also get larger exponents. Is that right?
Re: John Gustafson’s crusade to replace floating point with something better
#6The paper for this was published in 2017[0] [0] https://dl.acm.org/citation.cfm?id=3148220
Re: John Gustafson’s crusade to replace floating point with something better
#7Re: John Gustafson’s crusade to replace floating point with something better
#8Re: John Gustafson’s crusade to replace floating point with something better
#9Obviously for any 32 bit value there’s only 2^32 possible values. So logically, a better number format is all about the distribution of values and reducing redundancy. It sounds like the basic idea here is that rather than a fixed amount of significant figures, you get more precision in the middle. Meanwhile, you can also get larger exponents. Is that right?
It's a bit sad that many of the creator’s claims are exaggerated and his examples cherry-picked though.
Re: John Gustafson’s crusade to replace floating point with something better
#10Obviously for any 32 bit value there’s only 2^32 possible values. So logically, a better number format is all about the distribution of values and reducing redundancy. It sounds like the basic idea here is that rather than a fixed amount of significant figures, you get more precision in the middle. Meanwhile, you can also get larger exponents. Is that right?