is_finite
    The following is a list of properties for the function is_finite:
| Property | Value | 
|---|---|
brief | Is a number finite | 
category | double | 
description | Checks if the argument 'number' is finite and returns the boolean result. | 
functionId | is_finite | 
functionLabel | is_finite | 
parameters | [ { "dataType": "double", "description": "Number to check", "name": "number" } ] | 
pure | true | 
returns | { "dataType": "boolean", "description": "True if the argument 'number' is finite." } |