Given that I have my own kid now, I figured I might as well make ELI5 a full-fledged series. To kick things off, I also figured I'd start with a topic I'll be teaching in a couple weeks: context-free...
Tag: Mathematics
In STEM spaces, metric is used for just about every calculation. This contrasts quite harshly with day-to-day life in the US, where we regularly use units like Fahrenheit, feet, miles, ounces, and...
Time to fire up yet another old debate. This time I want to cover the difference between mod and remainder, as I understand them.
Why Is Adding Two Random Numbers Not the Same as Generating One in the Same Range?
Generating random numbers might seem easy at first, but there are definitely some pitfalls.
Indexing is one of those topics that's sure to rile up the average programmer. Today, I decided to look into how many languages actually support indexing from one.
A lot of random number generators create numbers between 0 and 1, but that's not all that helpful for bigger numbers. Luckily, there are some tricks!