Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
TPK algorithm: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 06:11, 13 April 2013
edit
Chbarts
(
talk
|
contribs
)
Extended confirmed users
1,023
edits
→
C
← Previous edit
Revision as of 08:21, 16 April 2013
edit
undo
63.243.144.7
(
talk
)
→
Groovy
Next edit →
Line 96:
===[[Groovy (programming language)|Groovy]]===
<source lang="Groovy">
def f(x) {
Math.sqrt(Math.abs(x)) + 5 * x**3
}
def grooVals = []