divide overloads
Synopses
Declared in <bdldfp_decimalimputil_inteldfp.h>
Return the IEEE‐754 quotient of two decimal values.
static
DecimalImpUtil_IntelDfp::ValueType128
divide(
ValueType128 lhs,
ValueType128 rhs);
Return the IEEE‐754 quotient of two decimal values.
static
DecimalImpUtil_IntelDfp::ValueType32
divide(
ValueType32 lhs,
ValueType32 rhs);
Return the IEEE‐754 quotient of two decimal values.
static
DecimalImpUtil_IntelDfp::ValueType64
divide(
ValueType64 lhs,
ValueType64 rhs);
Return Value
quotient of lhs divided by rhs
Parameters
Name |
Description |
lhs |
left‐hand decimal operand |
rhs |
right‐hand decimal operand |
Created with MrDocs