Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Source Notebook
Determine if an expression is explicitly False
ResourceFunction["FalseQ"][expr]
yields True if expr is False and yields False otherwise.
FalseQ will return True only if the input is explicitly False:
The relationship between TrueQ and FalseQ:
Arnoud Buzing
This work is licensed under a Creative Commons Attribution 4.0 International License