C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::euclidean::hidden Namespace Reference

Functions

template<typename Type >
Type extended_euclidean_algorithm (Type a, Type b, Type &x, Type &y)
 

Function Documentation

◆ extended_euclidean_algorithm()

template<typename Type >
Type tpf::euclidean::hidden::extended_euclidean_algorithm ( Type  a,
Type  b,
Type &  x,
Type &  y 
)

Definition at line 153 of file tpf_euclidean.hpp.

Here is the caller graph for this function: