AdaptableBinaryFunction, returns true if the first argument divides the second argument.
Integral division (a.k.a. exact division or division without remainder) maps ring elements to ring element such that if such a exists. In this case it is said that divides .
This functor is required to provide two operators. The first operator takes two arguments and returns true if the first argument divides the second argument. The second operator returns via the additional third argument.
AdaptableBinaryFunction
| |
Is AlgebraicStructureTraits::Boolean.
| |
| |
Is AlgebraicStructureTraits::Type.
| |
| |
Is AlgebraicStructureTraits::Type.
|
|
| |
Computes whether divides . | ||
|
| |
Computes whether divides . Moreover it computes if divides , otherwise the value of is undefined. |
AlgebraicStructureTraits
AlgebraicStructureTraits::IntegralDivision