Divides a by b and returns result in format of target node type
Sets invalid flag if result type is integer or long and result is
fractional or outside int / long ranges.
Divides a by b and returns result in format of target node type
Returns next higher whole number if result type is integer or long and result is
fractional or outside int / long ranges.
Divides a by b and returns result in format of target node type
Returns next lower whole number if result type is integer or long and result is
fractional or outside int / long ranges.