Adaptive Framework 0.9.0

is_finite

The following is a list of properties for the function is_finite:

PropertyValue
briefIs a number finite
categorydouble
descriptionChecks if the argument 'number' is finite and returns the boolean result.
functionIdis_finite
functionLabelis_finite
parameters[ { "dataType": "double", "description": "Number to check", "name": "number" } ]
puretrue
returns{ "dataType": "boolean", "description": "True if the argument 'number' is finite." }