FixedPointStruktur
FixedPointStruktur is a data structure designed to represent numbers with a fixed number of digits before and after the decimal point. This is in contrast to floating-point representations, which can handle a wider range of magnitudes but with a variable precision. The "Struktur" part of the name suggests a structured or organized way of storing these fixed-point values.
The core idea behind FixedPointStruktur is to allocate a specific, predetermined number of bits for the integer
Fixed-point arithmetic is often employed in embedded systems, digital signal processing (DSP), and financial calculations where
The primary advantage of FixedPointStruktur lies in its deterministic nature. Developers know precisely how many bits