|
inlineconstexpr |
Parameters
... xs : real arguments.tup: non empty tuple of arguments.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
The value of the product of the arguments is returned.
mul[saturated](...) computes a saturated version of mul. Take care that for signed integral entries this kind of multiplication is not associative at all. This call perform saturated multiplications in reverse incoming order.strict the option ensures generally faster computation, but strict inequality.strict the option ensures generally faster computation, but strict inequality.* is supported for two parameters, the * operator on standard scalar types is the original one and so can lead to automatic promotion.