safediv
Divides the first input by the second input. Safely protects agaist division by zero.
safediv(num, denom): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| num | number | ||
| denom | number |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The result of the division |