Home page

Why do computers suck at math?




Video quality The size Download

Information Why do computers suck at math?


Title :  Why do computers suck at math?
Lasting :   0.54
Date of publication :  
Views :   7,8 jt


Frames Why do computers suck at math?





Description Why do computers suck at math?



Comments Why do computers suck at math?



Fireship
⚡ If you wanna learn to code faster make sure to hit subscribe!!!
Comment from : Fireship


B G
Computer 101
Comment from : B G


The Normal Man
Bruh i kept laughing at javascript being a toy language
Comment from : The Normal Man


Nice Jungle
BigDecimal !br(for those who knows the channel "Programmers are also human")
Comment from : Nice Jungle


Yellow Lemon
fg
Comment from : Yellow Lemon


The Daily Memes Show
The Red Number IS the real problem That's why AI will NEVER be like a human - you can't emulate the real thing, it's not possible!brbrFor instance, have you ever wondered why SpaceX computer simulators ALWAYS give their results way off the expectations of the scientists and engineers of this private space agency?brbrThe computer systems are wrong because our math is not correct 💯
Comment from : The Daily Memes Show


hyakushiki23
Yup Data types are key
Comment from : hyakushiki23


Q
Bra, floating point math with computers takes care and responsibility You use special libraries to help you get the right answers without truncation or rounding errors Try to be more precise when you make a video like thisbrbrPSbrYou suck at computers and quite possibly math for not considering this
Comment from : Q


Infinity
you can use double instead of float or decimal
Comment from : Infinity


Unduloid
This is the typical confusion of people who haven't learned about significant digits
Comment from : Unduloid


Zaid
Same precision error is there in pow() function in c++, because it uses double arithmetic, that's why we use modular exponentiation for precise calculation
Comment from : Zaid


Asle Olufsen
Use languages where fractions are ordinary numbers in addition to integers and reals
Comment from : Asle Olufsen


Cyrolocker 1
So basicallybrbr“Computer your wrong, The answer is 03 not-“br“NUH-UH”
Comment from : Cyrolocker 1


peppidesu
for this reason languages often define a base-10 floating point type that doesn't have these issues it is significantly slower tho, so it's never the default
Comment from : peppidesu


Lai Shun Chan
the pain I had when I realized the reason my elastoplastic model failed is because matlab don't know how to add lol
Comment from : Lai Shun Chan


David Martinez
Javascript? A toy language? REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!!!
Comment from : David Martinez


TryZed
"theres always an asian better than you"
Comment from : TryZed


Yulfine
It's also why a base 12 or even base 16 might be a better option Which hexadecimal is base 16 so honestly a good choice
Comment from : Yulfine


Izoru
i just inspect element this page and did the same, and yes, it's 030000000000000004
Comment from : Izoru


Fracorbas
Thats not the reason, the reason is just because 01 is the only number that doesnt exist in binary system Like it's an infinite number
Comment from : Fracorbas


Mr OskarTheNub
I have no godamn idea about what he just said, but he got me interested to watch the whole short ;-;
Comment from : Mr OskarTheNub


FunnyCraftSheep
WOAH
Comment from : FunnyCraftSheep


Dash
Why were u tryna solve that on a computer🤨
Comment from : Dash


Olga Vrubel
Math Contest-Round 1br01+02?brHumans:03brComputer:03000…004brHuman wins!🎉
Comment from : Olga Vrubel


TacDyne
On a computer, pi is 4
Comment from : TacDyne


Ryan Marbut
Computers don't suck at math though You don't have to use floating point You can specifically use decimal in most programming languages which has a much higher precision
Comment from : Ryan Marbut


OrrinPants
The guy at the beginning tho-
Comment from : OrrinPants


@mrytb4991
I tried in C++ but it give me the exact result : 03brwhy ??????? brint main()br{br    cout << 01 + 02 << endl;brbr    return 0;br}
Comment from : @mrytb4991


Ascend with Gorb!!!
For python you can use the decimal module
Comment from : Ascend with Gorb!!!


thedankdragon
Computers do math like i cut a cake, just a little bit on the knife
Comment from : thedankdragon


Ranch Dressing
That’s why you use C
Comment from : Ranch Dressing


kulgydudemanyo
At least they're consistent!
Comment from : kulgydudemanyo


Jacob C
I learned this the hard way when my code wasnt returning proper numbers Wish i never had to go through thst again
Comment from : Jacob C


peasoup
bro even roblox's luau can do math better 💀
Comment from : peasoup


MoorFlower
Wow!! Very cool!
Comment from : MoorFlower


kiwithefat
I would have made the same mistake
Comment from : kiwithefat


Tom
You haven't had fun until you spend hours chasing down a bug caused by a compiler with a built in library function for 16 bit math on an 8 bit micro It didn't carry the last bit in certain situations some of the times it had a 17th bit it didn't carry it properly So I had to write my own library function to take my 10 bit ADC result to the 6th power to curve fit for a thermistor sensor
Comment from : Tom


MyLonewolf25
Mmmm floating point error brbrJust wait till you do stuff with double float
Comment from : MyLonewolf25


hemisphere
Bro skipped numerical computation class 😂
Comment from : hemisphere


Limmetak
the fact he used javascript and python and didnt use the calculator WE GET IT! YOU WANT TO BE SMART! (joke)
Comment from : Limmetak


a random guy who never said that chad dont exist
Bro went Vsauce mode
Comment from : a random guy who never said that chad dont exist


Unknown4me
seems that basic calculator on phone or pc smarter that the one on video
Comment from : Unknown4me


nickname
Who would have guesed that a coding language that wanst meant to do pure math would be able to do pure math perfectly
Comment from : nickname


Lazy Corp
you too
Comment from : Lazy Corp


AutoFirePad
Don't use fp
Comment from : AutoFirePad


Christopher Thompson
Funny the computer that is my smart phone came back with 03 for 01+02 I wonder why it's not messing up
Comment from : Christopher Thompson


Damian Skonieczny
in old 8-bit games there is a 16-BASE number system in which, after 9 there is A and after A there's B and so on until F
Comment from : Damian Skonieczny


Nodle
thank you i’ll never cheat on calculator again😁😉
Comment from : Nodle


Raffoplayz
1
Comment from : Raffoplayz


Arkem
what you didn't try is choosing a data type with more precision
Comment from : Arkem


Onesleepyguy
It doesn't suck at math It could print you the exact answer in excess-q if you asked it to
Comment from : Onesleepyguy


Colin Williams
I have no idea what I just heard but I believe it
Comment from : Colin Williams


Joe Payne ◢ ◤
Just set the last number to 0 after every calculation and set it to not be visible or editable
Comment from : Joe Payne ◢ ◤


zzmej1987
Sing along with me kids: "Use a fucking decimal types for a precise fixed point arithmetic!"
Comment from : zzmej1987


Paul
01 is hard to write in binary 01 in binary is 05 in decimal 001 is 025 and 0001 is 0125 and so on 01 in binary is like 1/3 in decimal However, writing one third is easy in base 3, it’s 01
Comment from : Paul


Tree Plate
this is a real problem when making a calculator, half of the actual calculating is correcting for floating-point errors with string manipulation
Comment from : Tree Plate


Superb Gamer
It works in c++
Comment from : Superb Gamer


Jiffin
Why was he asking the computer in the first place
Comment from : Jiffin


Keaton Hardy
Fake
Comment from : Keaton Hardy


Garion -
imagining beeing so dense to think python is a good language
Comment from : Garion -


Jack
Does this happen in C as well?
Comment from : Jack


Ryder Kaufmann
I typed "01 + 02" and google gave me 03
Comment from : Ryder Kaufmann


𝕽𝖔𝖔𝖙𝖑𝖊𝖘𝖘 𝖉𝖗𝖆𝖌𝖔𝖓
Wow I don't understand a single word he is sayingbrbKeeps listening/b
Comment from : 𝕽𝖔𝖔𝖙𝖑𝖊𝖘𝖘 𝖉𝖗𝖆𝖌𝖔𝖓


lasagna full of weed
Humans can actually use any base of numbers there's some people that use base 5 my script use base 20 I'm sure there's some of the ice age that use base 12 it's just base 10 is the most common one
Comment from : lasagna full of weed


SpixTenny
Base12 would fix that, wouldnt it?
Comment from : SpixTenny


Andy Schmitz
"Javascript is just a toy language"brbrwat
Comment from : Andy Schmitz


I garfed on the carpet
mmmmmhmm yes i understand completely mhmm
Comment from : I garfed on the carpet


random words
This is my 3rd time seeing this it will be my 4th if I loop
Comment from : random words


The Riddler
int(01+02) THERE YA GO PROBLEM FIXED
Comment from : The Riddler


Roman Terry
Just finished the course where we learned why this happened That whole class was a headache
Comment from : Roman Terry


Joe Stalin
But my iPhone does it correct! So my iPhone is smarter than your computer
Comment from : Joe Stalin


XANA Dryden
Did you know: Python is also a toy languagebrbrTry C or Assembly
Comment from : XANA Dryden


MemeLord
I like your funny words magic man
Comment from : MemeLord


Yello
Huh, thats pretty interesting, i understood nothing tho
Comment from : Yello


Nicholas Bamberger
Try 100*110
Comment from : Nicholas Bamberger


Zayaid
computer: built to compute mathbralso computer: bad at math
Comment from : Zayaid


The red rabbit
Just use the calculator
Comment from : The red rabbit


iceboy uno
Humans aren’t all base 10, there are other languages with different base systems, at least in the past
Comment from : iceboy uno


KSTAR_VR
Me: what is pi x 50 x 50 div 100brCalculater: 78500000000
Comment from : KSTAR_VR


Alan Decowski
"Javascript is a toy language"br> uses python
Comment from : Alan Decowski


Gort Capybara
at that point you're worse at math because you didnt know 01 + 02
Comment from : Gort Capybara


agent 48
Yea the calculator on my phone works jus fine
Comment from : agent 48


iBen
Funny thing I was increasing the opacity of an image using setTimeInterval with a 02 step and was surprised it never amounted to exactly 1
Comment from : iBen


DNB5561
And this is why my friend doesn't like the IEEE floating-point system
Comment from : DNB5561


Jose Ramirez
Why were you looking that up to begin with
Comment from : Jose Ramirez


Саша Брожик
Robots revolution: brRandom robot : we are better than humansbrRandom guy: 01+ 02 brRobot: 😰
Comment from : Саша Брожик


Vorname Nachname
python will not return float, python uses double
Comment from : Vorname Nachname


Gunner
I’m a mechanical guy not computer so bear with me here but why can’t computers use a base 10 instead of 2 system just seems like it would make computers easier for everyone
Comment from : Gunner


Stag jo
Well I wouldn't support the statement that "Humans are better at math" but in our Base10 System we are better, in the Binary system the Computer is smarter
Comment from : Stag jo


Jepleg
Omg I thought that the little stick man at the bottom looked like one of those senseis but it was actually his arms 😅😂
Comment from : Jepleg


AJay
Just try dividing 0 by 0…
Comment from : AJay


Kav
why does a phones calculator add 01+02 correctly though?
Comment from : Kav


ananananananananananananananananananananananananan
all you need to do is round off after it becomes inaccurate
Comment from : ananananananananananananananananananananananananan


Greeneon
Google calculator says 03
Comment from : Greeneon


Dark Dragon Gaming
Any good Calculator program would know to round that down As a human that took basic math class I know to just round it down Computers aren't bad at math, that's all the CPU does
Comment from : Dark Dragon Gaming



Related Why do computers suck at math? videos

What are Computers for Kids | Intro to Computers | Programming for Kids What are Computers for Kids | Intro to Computers | Programming for Kids
РѕС‚ : Socratica Kids
Download Full Episodes | The Most Watched videos of all time
Hard Truths: Why .45 Cans Suck Hard Truths: Why .45 Cans Suck
РѕС‚ : The VSO Gun Channel
Download Full Episodes | The Most Watched videos of all time
Why franchise businesses suck Why franchise businesses suck
РѕС‚ : Alex Hormozi
Download Full Episodes | The Most Watched videos of all time
Why Do Computers Use 1s and 0s? Binary and Transistors Explained. Why Do Computers Use 1s and 0s? Binary and Transistors Explained.
РѕС‚ : Basics Explained, H3Vtux
Download Full Episodes | The Most Watched videos of all time
10+ Budget Overland Vehicles that DONT SUCK (2023) 10+ Budget Overland Vehicles that DONT SUCK (2023)
РѕС‚ : OXFOOT
Download Full Episodes | The Most Watched videos of all time
15 Budget Overland Vehicles that DONT SUCK (Budget Offroad Trucks) 15 Budget Overland Vehicles that DONT SUCK (Budget Offroad Trucks)
РѕС‚ : OXFOOT
Download Full Episodes | The Most Watched videos of all time
Street Legal Racing: Redline v2.3.1 - Supercars SUCK! Street Legal Racing: Redline v2.3.1 - Supercars SUCK!
РѕС‚ : WhyBeAre
Download Full Episodes | The Most Watched videos of all time
10 Ways To Make Lots Of Money If You SUCK At Bossing! 10 Ways To Make Lots Of Money If You SUCK At Bossing!
РѕС‚ : Nuzz Nuzz
Download Full Episodes | The Most Watched videos of all time
Your brokerage sweep settlement cash management options suck u0026 mine do too 6 brokerages Fidelity + Your brokerage sweep settlement cash management options suck u0026 mine do too 6 brokerages Fidelity +
РѕС‚ : Techfinology
Download Full Episodes | The Most Watched videos of all time
DO SPRINGFREE TRAMPOLINES SUCK? DO SPRINGFREE TRAMPOLINES SUCK?
РѕС‚ : Jamie Summerfield
Download Full Episodes | The Most Watched videos of all time