Home Page | | | Project Status | | | Contribute | | | Guidelines and Information |
Syntax: | even(x)
|
Description: | Returns TRUE if and only if x is an even number. |
Status: | PROPOSED |
Syntax: | negative_atom(x)
|
Description: | Returns TRUE if and only if x is an atom < 0. |
Status: | PROPOSED |
Syntax: | negative_integer(x)
|
Description: | Returns TRUE if and only if x is an integer < 0. |
Status: | PROPOSED |
Syntax: | nonnegative_atom(x)
|
Description: | Returns TRUE if and only if x is an atom >= 0. |
Status: | PROPOSED |
Syntax: | nonnegative_integer(x)
|
Description: | Returns TRUE if and only if x is an integer >= 0. |
Status: | PROPOSED |
Syntax: | nonpositive_atom(x)
|
Description: | Returns TRUE if and only if x is an atom <= 0. |
Status: | PROPOSED |
Syntax: | nonpositive_integer(x)
|
Description: | Returns TRUE if and only if x is an integer <= 0. |
Status: | PROPOSED |
Syntax: | odd(x)
|
Description: | Returns TRUE if and only if x is an odd number. |
Status: | PROPOSED |
Syntax: | point_2d(x)
|
Description: | Returns TRUE if and only if x is a sequence that consists of 2 atoms (representing the x and y coordinates of a point on a plane). |
Status: | PROPOSED |
Syntax: | point_3d(x)
|
Description: | Returns TRUE if and only if x is a sequence that consists of 3 atoms (representing the x, y and z coordinates of a point). |
Status: | PROPOSED |
Syntax: | positive_atom(x)
|
Description: | Returns TRUE if and only if x is an atom > 0. |
Syntax: | positive_integer(x)
|
Description: | Returns TRUE if and only if x is an integer > 0. |
Status: | PROPOSED |