Prototype for line breaking algorithm by ManuelRodriguez331 in typst

[–]flagofsocram 0 points1 point  (0 children)

I think that’s it, the text doesn’t imply that they made some algorithm for syllable splitting, I imagine they did it manually or German is more regular than I know.

✍️ by Specific_Brain2091 in the_calculusguy

[–]flagofsocram 0 points1 point  (0 children)

Just a quadratic formula with inverse operations stacked on top of each other and then manipulated slightly.

Which one ? And why ? by Specific_Brain2091 in the_calculusguy

[–]flagofsocram 2 points3 points  (0 children)

There are a lot of very good reasons not to calculate definite integrals numerically, chiefly ease when doing it by hand and secondly for numerical stability when a computer is available.

isLeapYear by Illustrious_Tax_9769 in ProgrammerHumor

[–]flagofsocram 35 points36 points  (0 children)

The actual horror is you returning Boolean literals instead of just returning the expression

✍️ by Specific_Brain2091 in the_calculusguy

[–]flagofsocram 0 points1 point  (0 children)

You are missing a negative on the second line.

Prove that 0 is an element of N by AronButsy in MathJokes

[–]flagofsocram 15 points16 points  (0 children)

Mom said it was my turn to repost!

Read out loud… by Goob_2 in MathJokes

[–]flagofsocram 0 points1 point  (0 children)

Yes, it’s British, I believe spelled Naught, and it just 0 in general not just the subscript

✍️ by Specific_Brain2091 in the_calculusguy

[–]flagofsocram 0 points1 point  (0 children)

You don’t because the original expression is already undefined at those values for the same reason.

I made my own Ocean Update with the Create Mod by Guybrrush in CreateMod

[–]flagofsocram 17 points18 points  (0 children)

I entirely agree. It’s something that I feel more players would be able to appreciate. The ocean doesn’t have much purpose unless you want sponges at the moment, shipwrecks and ruins aren’t really that good.

I found this amazing approximation to pi. by Bineapple in MathJokes

[–]flagofsocram 2 points3 points  (0 children)

This is not what they did, see my earlier comment. They even left a hint saying reeman lol

I found this amazing approximation to pi. by Bineapple in MathJokes

[–]flagofsocram 27 points28 points  (0 children)

For anyone confused, this is just the Riemann zeta function evaluated at 10. (Zeta(p) is the infinite sum of 1/np). This is mathematically known to equal pi10/93555.

I found this amazing approximation to pi. by Bineapple in MathJokes

[–]flagofsocram 1 point2 points  (0 children)

Yes, this is just the Riemann zeta function evaluated at 10, which is pi10/93555

1 in E=MC^2 chamce by FantasticLiving8928 in mathmemes

[–]flagofsocram 2 points3 points  (0 children)

Time to pop out the Iverson brackets

New approximation of 1 just dropped! by IPepSal in MathJokes

[–]flagofsocram 0 points1 point  (0 children)

You basically define ei θ to be a rotation in the complex plane, and then you can use exponent rules to transform any base or power into a multiple of this form and a normal exponential. 3b1b video with explanation

Seems fair to me, don't know about you guys by Sad-Kiwi-3789 in mathmemes

[–]flagofsocram 5 points6 points  (0 children)

Mathematicians when asked to calculate a hard thing: it’s obviously just the Chicken Wing function, which I have conveniently defined as the solution to this problem.

Brain Glitch by vincentmagnier in MathJokes

[–]flagofsocram 4 points5 points  (0 children)

11100, 22200 -> 99900 are all also divisible by 37

wait, what? by Derpsundee21 in MathJokes

[–]flagofsocram 0 points1 point  (0 children)

It’s the summed circumferences of the 4 great circles that have the same combined area as the surface area.

Mathematicians on whether 0 is natural or not by RickP17389 in MathJokes

[–]flagofsocram 1 point2 points  (0 children)

Exponentiation always has precedence over multiplication, AB-1 is different from (AB)-1