[SPCA] Additions to floating point

This commit is contained in:
2026-01-23 11:57:27 +01:00
parent 25b3381294
commit 878cac1217
3 changed files with 14 additions and 10 deletions

View File

@@ -5,4 +5,4 @@ Floating point numbers are a representation of real numbers.
Though there are many ways to accomplish this, \textit{IEEE Standard 754} is used practically everywhere, also in \verb|x86|. This standard is a little more complicated than fractional binary numbers, but has a few numeric advantages, especially for representing very large (very small) numbers.
\hlurl{float.exposed}\ is an excellent website to understand floating point by example.
\hlhref{https://float.exposed}{float.exposed}\ is an excellent website to understand floating point by example.