Created by numworks-en
This script defines the function mandelbrot(n) which draws Mandelbrot fractal-shaped set with the...
Created by numworks-en
This script defines a function gcd(a,b) which returns the greatest common divisor of a and b.
Created by numworks-en
This script defines two functions. The hypotenuse(a,b) function returns the hypotenuse length of ...