Presentations tagged mathematics
mathematics elsewhere
Other relevant things on mathematics you might find valuable.
List of mathematical symbols with their JavaScript equivalent.
Read MoreWhy are we using LLMs as calculators?
Source: Why are we using LLMs as calculators?
Read MorePlaying with Infinity in CSS
CSS has an infinity constant. When I first learned about this, my brain lit up with all kinds of absurd…
Read MoreExploring Randomness In JavaScript
Ben Nadel compares the randomness of Math.random() to crypto.getRandomValues() in JavaScript. Source: Exploring Randomness In JavaScript
Read MoreWhat even is a JSON Number?
Not a question people generally ponder, and seems fairly straightforward. It’s a number, obviously! But the question turns out to…
Read More17 Equations that Changed the World – Rewritten in JavaScript
The book “17 Equations That Changed The World” by Ian Stewart outlines 17 fundamental equations that helped shape the modern…
Read MorePlaying with Infinity in CSS / Coder’s Block
CSS has an infinity constant. When I first learned about this, my brain lit up with all kinds of absurd…
Read MoreThe New CSS Math: pow(), sqrt(), and exponential friends
CSS added many new Math functions to supplement the old favorites (such as calc()). They all ultimately represent a numeric…
Read More