Interface of the Multiplicative Group Concept. More...
#include <_multiplicative_group.hpp>
Static Public Member Functions | |
| static T | divide (const T &a, const T &b) |
| Divide the specified arguments. | |
| static T | inverse (const T &a) |
| Inverse the specified argument. | |
Interface of the Multiplicative Group Concept.
| static T instigate::algebra::multiplicative_group::interface< T >::divide | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
Divide the specified arguments.
| a | -the dividend | |
| b | - the divisor |
| static T instigate::algebra::multiplicative_group::interface< T >::inverse | ( | const T & | a | ) | [inline, static] |
Inverse the specified argument.
| a | - the argument to be inversed |