TPK algorithm: Difference between revisions

Content deleted Content added
Line 96:
===[[Groovy (programming language)|Groovy]]===
<source lang="Groovy">
def f(x) {
Math.sqrt(Math.abs(x)) + 5 * x**3
}
 
def grooVals = []