mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 10:50:05 +01:00
[SPCA] Restructure
This commit is contained in:
8
semester3/spca/parts/01_c/06_floating-point/00_intro.tex
Normal file
8
semester3/spca/parts/01_c/06_floating-point/00_intro.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
\newpage
|
||||
\subsection{Floating Point}
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user