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 12:42, 15 July 2013
edit
Aak82
(
talk
|
contribs
)
3
edits
m
→
q/KDB
← Previous edit
Revision as of 12:44, 15 July 2013
edit
undo
Aak82
(
talk
|
contribs
)
3
edits
m
→
q/KDB
Next edit →
Line 289:
===[[K_(programming_language)|q/KDB]]===
<source lang="q">
/input : 1 2 3 4 5 6 7 8 9 10
11
tpk:{[x] $[400>res:sqrt[abs x] + 5* x xexp 3; res; `$"TOO LARGE"]};
tpk each reverse input