Function

CGAL::inverse

Definition

The function inverse returns the inverse element with respect to multiplication.

The function is defined if the argument type is a model of the Field concept.

#include <CGAL/number_utils.h>

template <class NT>
NT inverse ( NT x)
Precondition: x 0

See Also

Field
AlgebraicStructureTraits::Inverse