Logical

assignif

Assigns a result if a conditional expression is true

Collection assignif(Collection cond, Collection if)

empty

determines if a cell in a collection is empty

Collection empty(Collection x)

exists

determines if a cell in a collection exists or is empty

Collection exists(Collection x)

filter

Returns a result depending on a conditional expression.

Collection filter(Collection cond, Collection if, Collection else)

ifexists

Returns the argument. All empty cells of the argument are replaced by a given value.

Collection ifexists(Collection x, Collection alt)

inrange

Returns the first argument if it is inside a given range otherwise produces an error.

Collection inrange(Collection value, Collection min, Collection max)

inside

returns true for all values that lie inside a given range.

Object inside(Collection val, Collection l, Collection r, Collection excl=nothing)

isnothing

returns true, if argument x does not exist (NIL pointer).

boolean isnothing(Object x)

maskerror

Filters values with error states from a given argument. Optionally, values with error states (e.g. #inf) can be replaced by an alternative value.

Object maskerror(Collection val, Collection alt=nothing)

oneof

returns true for all values that are contained in a given set of values.

Object oneof(Collection val, Collection set)

outside

returns true for all values that lie outside a given range.

Object outside(Collection val, Collection l, Collection r, Collection excl=nothing)

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=