Difference between revisions of "Manuals/calci/THEREEXISTS"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==THEREEXISTS (SomeArray,SomeFunctions) == | ==THEREEXISTS (SomeArray,SomeFunctions) == | ||
− | |||
==Description== | ==Description== | ||
Line 9: | Line 5: | ||
*This can also be represented by the notation ∃a("x<810") etc. | *This can also be represented by the notation ∃a("x<810") etc. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
THEREEXISTS(1..100,"x<=0") | THEREEXISTS(1..100,"x<=0") |
Revision as of 14:02, 4 February 2020
THEREEXISTS (SomeArray,SomeFunctions)
Description
- THEREEXISTS returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to true for the array when the functions are applied.
- This can also be represented by the notation ∃a("x<810") etc.
THEREEXISTS(1..100,"x<=0")
gives false