Logic
Logic functions performed on Booleans.
For the different Boolean operators (and, or, etc.), see Operators.
See all of the Functions.
| And (operator) | |
| AreNumbers | Determines whether or not a series of values are numbers. |
| Depend | Declares an explicit dependency. |
| EstNum | |
| False | |
| If | |
| IfError | Returns the first parameter that is not an error. |
| IfFinite | Returns the first parameter that is a finite number. |
| IsError | Determines whether or not a value corresponds to an error. |
| IsFinite | Returns True if the parameter is a finite number. |
| IsNumber | Determines whether or not a value is a number. |
| Not (operator) | |
| Or (operator) | |
| Si | |
| True | |
| Xor (operator) |