art-of-mathematics



art-of-mathematics

0 0


art-of-mathematics

Art of Mathematics as presented at So Coded 2015

On Github perspective-on-js / art-of-mathematics

Art of Mathematics

FizzBuzz Problem

Write a program that prints the numbers from 1 to 100. But for multiples of three print Fizz instead of the number and for the multiples of five print Buzz. For numbers which are multiples of both three and five print FizzBuzz

Studying mathematics to become a developer is like studing water to become a swimmer

$e^{i\pi} + 1 = 0$

Self Similar

$\frac{\log{9}}{\log{3}} = 2$

$\frac{\log{8}}{\log{3}} \approx 1.892789260714372$

<p>recursion is a tricky business.</p>