Show More
@@ -154,3 +154,6 b' roots(-10000:-1)' | |||||
154 | roots(matching(tip, "author")) |
|
154 | roots(matching(tip, "author")) | |
155 | roots(matching(tip, "author")) and -10000:-1 |
|
155 | roots(matching(tip, "author")) and -10000:-1 | |
156 | (-10000:-1) and roots(matching(tip, "author")) |
|
156 | (-10000:-1) and roots(matching(tip, "author")) | |
|
157 | only(max(head())) | |||
|
158 | only(max(head()), min(head())) | |||
|
159 | only(max(head()), limit(head(), 1, 1)) |
General Comments 0
You need to be logged in to leave comments.
Login now