this post was submitted on 17 Sep 2023
679 points (97.0% liked)

Memes

45187 readers
1185 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ragdoll_X@lemmy.world 43 points 1 year ago* (last edited 1 year ago) (6 children)

I was a bit disappointed to learn that math-related Python packages don't seem to have an ln function. They all use log for the natural log and also have a log10.

[–] Afrazzle@sh.itjust.works 22 points 1 year ago (1 children)

Base e is considered the natural logarithm and is what you'll get if you call log in most programming languages targeted at math.

[–] Redex68@lemmy.world 3 points 1 year ago (1 children)

Why is that, off the top of my head I don't remember seeing base e logarithms too often, why are they so important?

[–] LaLiLuLuCo@lemmy.ca 4 points 1 year ago* (last edited 1 year ago)

They get used all over especially in differential equations.

Log10 basically only comes up in statistics for doing a log plot in base 10.

Basically high school math won't use the natural log much, but once you hit university higher level math it becomes apparent it's the one everyone actually uses regularly.

[–] janAkali@lemmy.one 11 points 1 year ago

You know what's even more dissapointing? bc - arbitrary precision calculator for linux shell uses 'l' for natural log, just a single letter.
And there's no other log function, so when you need logx(y) you write: ''l(y)/l(x)".

[–] NightAuthor@lemmy.world 5 points 1 year ago

Make your own package, or just macro that shit.

[–] Ozzy@lemmy.ml 4 points 1 year ago (1 children)

even Matlab suffers from this

[–] vivadanang@lemm.ee 7 points 1 year ago (1 children)
[–] Ozzy@lemmy.ml 1 points 1 year ago (1 children)

Yes? Suffer -> Suffering / Suffers ? Is this not correct?

[–] WilloftheWest@feddit.uk 4 points 1 year ago

That’s because mathematicians use log for the natural logarithm. Log base 10 would be log_10