What Happens if You Log(0) on Different Calculators?

  Рет қаралды 18,537

World of OSes

World of OSes

Күн бұрын

What is the base 10 logarithm of 0?
0:00 - Title
Physical calculators
0:08 - Scientific calculator
Windows calculators
0:16 - Windows 3.1 Calculator
0:24 - Windows 95 Calculator
0:31 - Windows 98 Calculator
0:37 - Windows 2000, ME, XP, Vista Calculator
0:44 - Windows 7, 8, 8.1 desktop Calculator
0:50 - Windows 8.1 Metro Calculator
0:57 - Windows 10 Calculator
1:04 - Windows 11 Calculator
Linux calculators
1:10 - GNOME Calculator
1:19 - KCalc
1:26 - galculator
1:34 - Elementary OS Calculator
1:41 - Deepin Calculator
1:50 - cgtkcalc
1:58 - MaXX Calculator
2:04 - Xcas
2:14 - Android x86 Calculator
Other OS calculators
2:23 - ChromeOS Flex Calculator
2:31 - Mac Calculator
2:38 - ReactOS Calculator
Phone calculators
2:45 - NOKIA button phone
3:04 - Old LG Android phone
3:19 - Samsung Android Calculator
3:27 - Scientific Calculator Android app
Programming languages
3:36 - Python
3:48 - C Sharp
4:06 - C Plus Plus
4:27 - Java
4:44 - JavaScript
5:06 - PHP
5:30 - Game Maker
6:02 - Scratch
6:20 - Snap!
6:32 - BYOB
6:47 - QBasic
Other calculators
6:57 - Qalculate!
7:03 - Virtual TI-85 Calculator
7:11 - Excel
7:21 - LibreOffice Calc
7:21 - Google Calculator
7:29 - ChatGPT
7:55 - Homemade Log Calculator
9:00 - Table
9:20 - End screen
Code: github.com/StefanGrace/Log0
Slides: docs.google.com/presentation/...
♪ Music ♫
Nostalgica by Floating AnarchY
/ floatinganarchy
Promoted by @RoyaltyFreePlanet - royaltyfreeplanet.com
Creative Commons Attribution 3.0
bit.ly/RFP_CClicense
Neon Fire by Apolunewave
/ apolunewave
Promoted by Royalty Free Planet: • Apolunewave - Neon Fir...
Creative Commons Attribution 3.0
bit.ly/RFP_CClicense
失望した by EVA
joshlis.bandcamp.com
Promoted by @RoyaltyFreePlanet - royaltyfreeplanet.com
Creative Commons Attribution 3.0
bit.ly/RFP_CClicense

Пікірлер: 113
@IndonesiaBallFreePalestine
@IndonesiaBallFreePalestine Жыл бұрын
log(0) = -∞
@AMTVE
@AMTVE 11 ай бұрын
Log 0 = -undefined
@Odswietny
@Odswietny 11 ай бұрын
Log(0) = -inf (negative infinity).
@AMTVE
@AMTVE 11 ай бұрын
@@Odswietny but symbolab said undefined
@sineNonymus
@sineNonymus 10 ай бұрын
log(0)=undefined lim[x→0] log(x)=-∞
@IndonesiaBallFreePalestine
@IndonesiaBallFreePalestine 9 ай бұрын
Oppo F1/F3 (old) said -∞
@these9437
@these9437 3 ай бұрын
Everyone: error or minus infinity. ChromeOS: INFINITY 😂
@Sonic21Rus
@Sonic21Rus Жыл бұрын
Gnome Calculator is so smart. Showing math rule.
@himanadhifa8200
@himanadhifa8200 Жыл бұрын
Lol
@Odswietny
@Odswietny 11 ай бұрын
Yes, you're right.
@joaozin003
@joaozin003 5 ай бұрын
Chatgpt did it better
@LePhenixGD
@LePhenixGD Жыл бұрын
You should try using forbidden logarithm bases such as negative numbers, 0 and 1 on calculators For example: log₁(420) or log₀(69)
@NikoCubeRoot
@NikoCubeRoot 10 ай бұрын
Logarithm of one? Division by zero?? Infinity?!?
@hmwndp
@hmwndp 4 ай бұрын
log_x y = ln(y)/ln(x). So log₁ n = ln(n)/0, because log_x 1 = 0 for any x. Thus it must follow that log₁ is undefined. log₀ n = ln(n)/ln(0), log_x 0 has no answer for any x. Thus it must follow that log₀ is too undefined. log_(−a) n = ln(n)/ln(−a). log_x (−a) has no answer for any x, in the real number system. Thus it must follow that log_(−a) is, yet again, undefined. By the statements above, it is concluded that these logarithm bases are impossible for any calculator to compute.
@allama.9571
@allama.9571 16 күн бұрын
I actually tried log_1 (which is the equivalent of dividing by zero) on the Windows calculator and found that log_1(1) gives the same message as 0/0 (as it is log(1)/log(1) = 0/0), and log_1 of any other number gives the same message as a nonzero number divided by zero.
@gengar-1997
@gengar-1997 Жыл бұрын
ChatGPT gave us the most sensible answer about Log(0).
@inzaghiposumaalkahfi9650
@inzaghiposumaalkahfi9650 Жыл бұрын
7:56 Homemade Calculator is use Python?
@World_of_OSes
@World_of_OSes 5 ай бұрын
Yes
@ElevatorFan1428
@ElevatorFan1428 Жыл бұрын
YES MY SUGGESTION
@tflsh
@tflsh Жыл бұрын
By the way, the MaXX calculator is actually xcalc.
@MuffinsAPlenty
@MuffinsAPlenty 25 күн бұрын
I have a request, if you're willing. What happens if you input 2^2^3 on different calculators? I know that some calculators treat exponentiation as right-associative (which yields an answer of 256) and some treat it as left-associative (which yields an answer of 64), and it would be interesting to see which calculators do which.
@ondrejpavlik4210
@ondrejpavlik4210 Жыл бұрын
@World of OSes Speaking of logarthms on calculators, could you do the same thing with base 1 logarithm?
@hmwndp
@hmwndp 4 ай бұрын
log₁ n is undefined. Why? The reasons are: log_x y = ln(y)/ln(x). log₁ n = ln(n)/ln(1) = ln(n)/0. (log_x 1 = 0 for any x) Division by zero is not defined, thus it must follow that log₁ n is also undefined.
@phonemaniacgamingyt1659
@phonemaniacgamingyt1659 2 ай бұрын
Log ¹ 9 is ind
@technoWZ5598
@technoWZ5598 Жыл бұрын
I love the Windows, Ubuntu, and Chrome OS calculator
@yliassloudtech348
@yliassloudtech348 Жыл бұрын
Me too
@tinyahhquarks
@tinyahhquarks Жыл бұрын
what about the ios one
@technoWZ5598
@technoWZ5598 Жыл бұрын
@@tinyahhquarks Nup. I don't use IOS. Nor do I like the icons
@technoWZ5598
@technoWZ5598 Жыл бұрын
@@i_love_ar_4789_my_husband Lol 🤣 I'm TechnoWizard, not OS first timer. But I love his content too
@tinyahhquarks
@tinyahhquarks Жыл бұрын
@@technoWZ5598 bruh ios is so fun
@ratishone1
@ratishone1 Жыл бұрын
The logarithm of 0 to any base is undefined. This is because of the logarithm is the inverse of exponentiation, and there is no real number n in which 10^n = 0. This is because of 10 to any negative power is a positive fraction, so the limit of log base 10 n as n reaches zero from positive side is -∞
@inzaghiposumaalkahfi9650
@inzaghiposumaalkahfi9650 Жыл бұрын
3:19 It should be Samsung Android Calculator, not Old LG Android Phone.
@eastonbrunet9996
@eastonbrunet9996 Жыл бұрын
Uhh your right
@inzaghiposumaalkahfi9650
@inzaghiposumaalkahfi9650 Жыл бұрын
5:26 I think for PHP also using XAMPP to Connect to Localhost Server for the Output Result?
@World_of_OSes
@World_of_OSes Жыл бұрын
WampServer
@thescratchguy428
@thescratchguy428 Жыл бұрын
@@World_of_OSes Now do log0(0) In case if you comment that there's no custom log function, Simply use log(0)/log(0)
@MylarDaleToloMDTTV
@MylarDaleToloMDTTV 11 ай бұрын
Ternius Calculator: Undefined Metronics Calculator: -Infinity TSUG Calculator: -Inf EKS Calculator: Error
@Wind2000channel
@Wind2000channel 4 ай бұрын
In principle, it is not surprising that you can't pull the decimal logarithm out of zero (lg(0))
@slimeadventure722A
@slimeadventure722A Жыл бұрын
log10(0) is almost forbidden on calculators
@musicvideosflstudioeditions
@musicvideosflstudioeditions 8 ай бұрын
If other calculators , says ❌Error❌ , the real result is ♾️(Infinity)
@slimeadventure722A
@slimeadventure722A 8 ай бұрын
It's actually negative infinity@@musicvideosflstudioeditions
@inzaghiposumaalkahfi9650
@inzaghiposumaalkahfi9650 Жыл бұрын
Visual Programming Comparisons : Scratch vs BYOB vs Snap!
@VBB9999
@VBB9999 Жыл бұрын
idea: (-1)^(2/3) and (-1)^(3/4) in different calculators These two are interesting because first one has 2 complex and 1 real values, second one has 4 complex values. Will calc show all values? Will prefer real value over complex ones?
@windowsmercurySP11
@windowsmercurySP11 Жыл бұрын
undefined
@vpvnsf
@vpvnsf 6 ай бұрын
Windows 7: (-1)^(2/3)=1, (-1)^(3/4)=invalid input Android: both say error
@cheetosnour.scratch-learn
@cheetosnour.scratch-learn 10 ай бұрын
log(0) is 1 cuz "log[ ]" counts the amount of zeros in the input and turns that into the output
@lillianapabon2683
@lillianapabon2683 8 ай бұрын
he said “log. (0) *10*
@NS_595
@NS_595 Жыл бұрын
Sorry for off topic. But when are you switching to Windows 10? It's been 3 months since 8.1 ended support
@World_of_OSes
@World_of_OSes Жыл бұрын
5:09
@NS_595
@NS_595 Жыл бұрын
@@World_of_OSes Then why do I see 8.1 and 10 at the same video?
@user-fi4zx3eb4k
@user-fi4zx3eb4k 7 ай бұрын
MTP calculator result: "Log base x of 0 is undefined."
@inzaghiposumaalkahfi9650
@inzaghiposumaalkahfi9650 Жыл бұрын
2:34 Why you still using macOS 10.8 (Mountain Lion)? Haven't Updated yet??
@World_of_OSes
@World_of_OSes Жыл бұрын
It's running on WMware. I don't have a real Mac.
@_IceCreamBunny_
@_IceCreamBunny_ Жыл бұрын
@@World_of_OSes illegal so don't
@inzaghiposumaalkahfi9650
@inzaghiposumaalkahfi9650 Жыл бұрын
@@World_of_OSes Ohh I see.
@World_of_OSes
@World_of_OSes Жыл бұрын
@@_IceCreamBunny_ Is it illegal to run macOS on VMware?
@_IceCreamBunny_
@_IceCreamBunny_ Жыл бұрын
@@World_of_OSes i heard it is if you have windows
@franniel1007
@franniel1007 5 ай бұрын
Interesting... I put this on my Casio FX-82ES calculator and it says "Math ERROR", in Windows 93 it says "Error: Result is too large. ERROR"
@AbdulQayumAbawi
@AbdulQayumAbawi Жыл бұрын
Excel 7:02
@user-bt6th2mg6c
@user-bt6th2mg6c Жыл бұрын
world of oses can you do "What happens if you do 0th root of 0 on different calculators?" plz
@thescratchguy428
@thescratchguy428 Жыл бұрын
Now do log0(0) In case if you comment that there's no custom log function, Simply use log(0)/log(0)
@Austinkeith2010
@Austinkeith2010 Жыл бұрын
-infinity/-infinity is 1
@0LoneTech
@0LoneTech 10 ай бұрын
​@@Austinkeith2010Only if you know the two infinities are identical. Normally this is lost context, as e.g. 2×infinity and 3×infinity are both infinity, so infinity/infinity is undefined (as likely to be 2/3 as 3/2, 0 or infinity). Such undeterminable relations lead e.g. to Qalculate's nonsensical answer: log(0, 0) = (−∞) × 0
@streptococcuspneumoniae-ix1ve
@streptococcuspneumoniae-ix1ve 9 ай бұрын
why ln(-1) give my pi like 3.1415... explain this e^pi = -1???
@olivia_am3230
@olivia_am3230 22 күн бұрын
It is actually Ln(-1)=iπ.
@jim1342
@jim1342 Жыл бұрын
Few motices: 1. You missed iOS 2. You run old MacOS so the calculator is different. Maybe try it with a new mac or upgrade your old one. 4th
@World_of_OSes
@World_of_OSes Жыл бұрын
I don't have an iPhone or a Mac. The macOS version shown in this video in running in VMware
@jim1342
@jim1342 Жыл бұрын
@@World_of_OSes I didn't know it was possible to install MacOS (even old versions) on VMware
@IndonesiaBallFreePalestine
@IndonesiaBallFreePalestine 10 ай бұрын
Try ln(0)
@потлистьев
@потлистьев 10 ай бұрын
wolfarm alpha: -∞ math gpt: undefined.
@streptococcuspneumoniae-ix1ve
@streptococcuspneumoniae-ix1ve 10 ай бұрын
next try ln(-1)
@Redetomcattheobjthingy
@Redetomcattheobjthingy 2 ай бұрын
Cos(r)=? 😊
@kimzhu5669
@kimzhu5669 11 ай бұрын
Hey @World of OSes Try Infinity - Infinity Try Infinity ÷ Infinity Try Infinity × 0
@IndonesiaBallFreePalestine
@IndonesiaBallFreePalestine 10 ай бұрын
Infinity - Infinity = Error Infinity ÷ Infinity = Error Infinity × 0 = Error
@joncotton8021
@joncotton8021 6 ай бұрын
0, 1, 0
@phonemaniacgamingyt1659
@phonemaniacgamingyt1659 2 ай бұрын
♾️-♾️= indeterminate form
@doomies666
@doomies666 Жыл бұрын
Next: In of 0
@thescratchguy428
@thescratchguy428 5 ай бұрын
It's the same
@kirilvelinov7774
@kirilvelinov7774 10 ай бұрын
Windows Longhorn Invalid function.
@pegata_cepar2885
@pegata_cepar2885 Жыл бұрын
cot 180 on different calculator
@thescratchguy428
@thescratchguy428 Жыл бұрын
On most calculators, there is no cotangent function. It's the same as -1/0. Windows 98: Error: Negative Infinity.
@ratishone1
@ratishone1 Жыл бұрын
12
@INetrualHeitorMG
@INetrualHeitorMG Жыл бұрын
Hello
@RandomBlueBloatedA-35Thingy
@RandomBlueBloatedA-35Thingy Жыл бұрын
Android: am i a joke to you?
@windowsuranusSP4
@windowsuranusSP4 11 ай бұрын
log(-1)?
@World_of_OSes
@World_of_OSes 11 ай бұрын
Will do
@windowsuranusSP4
@windowsuranusSP4 11 ай бұрын
@@World_of_OSes C7 pro looks no massage(if shows,Error:the result can't be calculated)
@windowsmercurySP11
@windowsmercurySP11 11 ай бұрын
i(pi)
@windowsmercurySP11
@windowsmercurySP11 10 ай бұрын
​@@windowsuranusSP4lol
@phonemaniacgamingyt1659
@phonemaniacgamingyt1659 2 ай бұрын
Log(0)≠-♾️
@TheRealSamOfficialYT
@TheRealSamOfficialYT Жыл бұрын
2nd
@dangkhoanguyen6301
@dangkhoanguyen6301 Жыл бұрын
lol
@Viktorchik_YT
@Viktorchik_YT Жыл бұрын
3rd
@windowsmercurySP11
@windowsmercurySP11 11 ай бұрын
idk your views is prime
@GetSomeFuker
@GetSomeFuker 6 ай бұрын
4:27
@LigmaBalls693
@LigmaBalls693 Жыл бұрын
Face/voice reveal at 20k subs??
@World_of_OSes
@World_of_OSes Жыл бұрын
...
@SzymekCSC
@SzymekCSC Жыл бұрын
HE ALREADY DID ._.
@LigmaBalls693
@LigmaBalls693 Жыл бұрын
@@SzymekCSC When?
@ThatRandomToast
@ThatRandomToast Жыл бұрын
Voice is already revealed kzbin.info/www/bejne/nZqcYmukjcSSgMk
@GetSomeFuker
@GetSomeFuker 6 ай бұрын
4:27
What happens if you tan 90 degrees on different calculators?
10:35
World of OSes
Рет қаралды 27 М.
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 117 МЛН
20 removed and little known Windows features: Have you used this?
25:23
Daniel Myslivets
Рет қаралды 128 М.
Hidden “Emergency Restart” in Windows
0:44
ThioJoe
Рет қаралды 1,1 МЛН
1 ^ ∞, It's Not What You Think
4:28
BriTheMathGuy
Рет қаралды 943 М.
Progressbar Calculator and Popup Fighter!
16:26
vicktrixxP95
Рет қаралды 2,2 М.
🧢 or ✋ calculator trick infinity
0:40
Purple cat films
Рет қаралды 131 М.
Why can't you divide by zero? - TED-Ed
4:51
TED-Ed
Рет қаралды 10 МЛН
What happens if you connect Windows XP to the Internet in 2024?
20:35
My cat mastered black magic #cat #cats
0:23
Princess Nika cat
Рет қаралды 29 МЛН
Папа помог Дочке 🥹❤️ #shorts #фильмы
0:30
Cậu bé tốt bụng khi có người anh tốt | 111
1:01
Ông Lùn Vlog
Рет қаралды 6 МЛН