Start » Filter Reference » Basic » Real » DivideReals
Module: | FoundationLite |
---|
Computes the quotient of two numbers.
Name | Type | Description | |
---|---|---|---|
inA | Real | Input Real value of dividend | |
inB | Real | Input Real value of divisor | |
outQuotient | Real | Output Real value of quotient |
Hints
- This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Divisor is equal to zero on input in DivideReals. |
Complexity Level
This filter is available on Basic Complexity Level.