Tag: scheme
-
Square root In Scheme
Scheme is beautiful, here’s a nice example on how to calculate square root with a 0.001 tolerance: Just functions building upon functions…
Scheme is beautiful, here’s a nice example on how to calculate square root with a 0.001 tolerance: Just functions building upon functions…