I predict that this post will get approximately 01000011100101100000000000000000 upvotes
from Ragdoll_X@lemmy.world to science_memes@mander.xyz on 19 Dec 21:32
https://lemmy.world/post/23327800

#science_memes

threaded - newest

Ragdoll_X@lemmy.world on 19 Dec 21:35 next collapse

For those who are curious, that’s the IEEE 754 representation of the number 300.

elvith@feddit.org on 19 Dec 22:35 next collapse

Sigh, and I wanted to reply with

It’s over 01000110000011001010000000000000!

tdawg@lemmy.world on 19 Dec 22:51 next collapse

Man that’s a big factorial

bloubz@lemmygrad.ml on 20 Dec 00:08 collapse

I have to chose between 9000 and Anakin, hard

imPastaSyndrome@lemm.ee on 19 Dec 22:45 next collapse

What? Why?

silverchase@sh.itjust.works on 19 Dec 23:13 collapse

Each section of the binary number represents a different component needed to construct the number 300. It uses clever math to be able to represent decimals. It’s like asking you whether a number is positive or negative, then the position of the decimal point, then what the digits are.

Specifically…

The first 0 means the number is positive. The number formed by the next eight bits (the exponent) and the number from the remaining bits (the mantissa) multiply to get 300.

The exponent bits choose the value of N in the formula 2^N-127^ . For the mantissa, we start with the number 1, then each “1” bit starting from the left adds to it 0.5, then 0.25, and so on. Specifically, we have 2^8^×1.171875.

imPastaSyndrome@lemm.ee on 20 Dec 04:14 next collapse

Aaaaaaaaaghhhh bitwise arithmetic aaaaaahhhhffggffg it’s all coming back YOU DON’T KNOW WHAT YOU’VE UNLEASHED KHGHHAAAA

imPastaSyndrome@lemm.ee on 20 Dec 04:15 collapse

But thank you for the explanation

Tower@lemm.ee on 20 Dec 03:17 collapse

That was a very good guess!

SpaceNoodle@lemmy.world on 19 Dec 22:03 next collapse

Don’t be irrational

ArbitraryValue@sh.itjust.works on 19 Dec 22:11 collapse

But floating-point notation also can’t precisely represent irrational numbers…

SkybreakerEngineer@lemmy.world on 19 Dec 22:23 next collapse

But some irrational numbers are only so in base 10

very_well_lost@lemmy.world on 19 Dec 22:41 next collapse

What? That’s not true at all…

swab148@lemm.ee on 19 Dec 22:50 collapse

Base π: π=1

Gobbel2000@programming.dev on 20 Dec 00:47 next collapse

Writing the same number a different way does not make it rational. There are no two natural numbers p and q so that p/q = 1 base pi.

very_well_lost@lemmy.world on 20 Dec 01:05 next collapse

Even in base π, π is still considered an irrational number; using an irrational based doesn’t change the fundamental identity of whole numbers or irrational numbers, it just changes the way we write them.

Redjard@lemmy.dbzer0.com on 20 Dec 04:34 next collapse

π = 10

in base 10, 10 = 10.

mexicancartel@lemmy.dbzer0.com on 20 Dec 04:55 next collapse

That doesn’t make it rational but simply makes it writable in 2 digits(10)

Also you should have 3.1415… “number of characters” in that base… The base becoming irrational will make the number irrational

wewbull@feddit.uk on 20 Dec 12:30 collapse

1 is always 1. It’s 1 × b⁰ where b is the base. Anything raised to the zeroth power is 1.

10 is the base. 1 × b¹ + 0 × b⁰

muntedcrocodile@lemm.ee on 19 Dec 23:40 collapse

Kinda. Technicaly no since an irrational number is a number that cannot be defined as a ratio of 2 existing rational numbers. Any number that can be represented in any rational base can by definition be represented as a ratio of somthing/base^n. This ignore the case of an irrational base but its practically useless cos any rational and most other irrational numbers will be irrational.

What u think ur trying to say is that some numbers cannot be represented in one base but can in another for example 1/3 can be represented as a decimal in base 3 but cannot jn base 10 ie u get 0.333(3 repeating forever).

Tieing back to floating point which uses base 2 u end up with simmillar issues with base10 base2 conversions hence most of the errors with floating point errors (yes at very large and very small numbers u lose accuracy but in practice most errors arise from base convention).

SpaceNoodle@lemmy.world on 19 Dec 23:43 collapse

What superior method do you propose?

ArbitraryValue@sh.itjust.works on 20 Dec 00:41 next collapse

Following Pythagoreanism and believing irrational numbers to be blasphemous. They’re represented by being struck down by the gods.

MBM@lemmings.world on 20 Dec 07:28 collapse

Symbolical computation is cool

inlandempire@jlai.lu on 19 Dec 22:24 next collapse

I’m doing my part

frezik@midwest.social on 19 Dec 23:16 next collapse

Have had too many debates with senior programmers who don’t understand why multiplying by 0.1 doesn’t work.

“It works in <favorite language>, why doesn’t it work in <not favorite language>?”

chunkystyles@sopuli.xyz on 20 Dec 04:31 collapse

BigDecimal go brrrr

scrion@lemmy.world on 19 Dec 23:23 next collapse

Honestly, as far as fresh takes on memes go, I loved that one quite a bit

LovableSidekick@lemmy.world on 20 Dec 00:21 next collapse

Such binary thinking.

mindbleach@sh.itjust.works on 20 Dec 01:19 next collapse

The weirdest part of learning about floating point was suddenly knowing how to use a slide rule.

aido@lemmy.world on 20 Dec 04:30 next collapse

FYI OP, Discord breaks external image links after a pretty short period.

For future generations: <img alt="" src="https://lemmy.world/pictrs/image/fff7391e-1575-40c7-a2f6-f67be6df0acd.jpeg">

Ragdoll_X@lemmy.world on 20 Dec 04:32 collapse

I mean it’s fine for me, but if it’s broken for others I’ll just use this one then.

[deleted] on 20 Dec 04:33 next collapse

.

scrubbles@poptalk.scrubbles.tech on 20 Dec 06:10 collapse

For future people here. They’ll disable the link after a few days. When taking things off discord you have to now download the image, they no longer want to host things.

h4x0r@lemmy.dbzer0.com on 20 Dec 04:45 next collapse

someone xor this mfr rn fr

BeatTakeshi@lemmy.world on 20 Dec 04:47 collapse

Where’s my Lil’Endian ?