forked from boostorg/integer
[ci skip] Fix docs to use less verbose names for modular multiplicative inverse (mod_inverse)
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
* Boost Software License, Version 1.0. (See accompanying file
|
||||
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#ifndef BOOST_INTEGER_MODULAR_MULTIPLICATIVE_INVERSE_HPP
|
||||
#define BOOST_INTEGER_MODULAR_MULTIPLICATIVE_INVERSE_HPP
|
||||
#ifndef BOOST_INTEGER_MOD_INVERSE_HPP
|
||||
#define BOOST_INTEGER_MOD_INVERSE_HPP
|
||||
#include <limits>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/integer/extended_euclidean.hpp>
|
||||
|
Reference in New Issue
Block a user