Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C# by Denzell ( 6 years ago )
Math.Pow(3, Math.Sqrt((b * c / Math.Pow(6 * a, 2)) - (d / 2 * a) - (Math.Pow(b, 3) / 27 * Math.Pow(a, 3)) +
                            Math.Sqrt( Math.Pow(((b*c / 6*Math.Pow(a, 2)) - (d / 2*a) - (Math.Pow(b, 3)/27*Math.Pow(a, 3))), 2) + 
                            Math.Pow((c/3*a) - (Math.Pow(b,2)/9*Math.Pow(a,2)),3)))) +
                            Math.Pow(Math.Sqrt((b * c / Math.Pow(6 * a, 2)) - (d / 2 * a) - (Math.Pow(b, 3) / 27 * Math.Pow(a, 3)) -
                            Math.Sqrt(Math.Pow((b * c / 6 * Math.Pow(a, 2)) - (d / 2 * a) - (Math.Pow(b, 3) / 27 * Math.Pow(a, 3)), 2) +
                            Math.Pow((c * a / 3 * a) - (Math.Pow(b, 2) / 9 * Math.Pow(a, 2)), 3))), 3) -
                            (b / 3 * a);
//ddloria Denzell Loria

 

Revise this Paste

Your Name: Code Language: