phpGolf - Holes

View Card Here

Hole Objective Winner
View
1 Create a function that solves a quadratic equation. Return false if there are no real roots, if there are real roots, return the answers in an array of size 2. Cody
Here
2 Covert a whole number (ie. a positive integer) to a roman numeral representation (10 would become X, 4 would become IV, 100 would become C) 666
Here
3 Convert any positive value of a 32-bit signed integer to an English textual representation of that integer . 666
Here
4    
5    
6    
7    
8    
9    
10    
11    
12    
13    
14    
15    
16    
17    
18