uni

Thing1's amazing uni repo
Log | Files | Refs

commit 17b9477632008deec042b75af5301c7f0f105aef
parent 528a9a5ca0c121d6f62d1d4567487103f6e5e345
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Wed, 11 Feb 2026 12:29:12 +0000

lecture on excess repressentation

Diffstat:
ACS10720/11.02.26.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/CS10720/11.02.26.md b/CS10720/11.02.26.md @@ -0,0 +1,10 @@ +# 11/02/26 + +## Excess representation + +- Very simple, normal binary, but you subtract a constant from it +- 0000 with a shift (bias) of 4 would be -4 +- most often you will use a bias of `2 ^ (l -1) - 1`, +where `l` is the number of bits, this is usually aprox. in the middle a + +