Skip to main content

All Questions

2 votes
3 answers
545 views

Solving quadratic equation in Clojure

I wrote a function in Clojure to solve quadratic equations using the quadratic formula The function ...
Attilio's user avatar
  • 1,645
4 votes
1 answer
355 views

Calculating Pi in Clojure

Obviously there are better ways of obtaining Pi, but for educational purposes, how is the code below? ...
user16973's user avatar
  • 181