|
C++ Mathematical Expression Toolkit (ExprTk) release
|
Go to the source code of this file.
Functions | |
| template<typename T > | |
| T | gcd_println (T x, T y, T z) |
| template<typename T > | |
| void | gcd () |
| int | main () |
| void gcd | ( | ) |
Definition at line 38 of file exprtk_gcd.cpp.
References gcd_println().
| T gcd_println | ( | T | x, |
| T | y, | ||
| T | z | ||
| ) |
Definition at line 27 of file exprtk_gcd.cpp.
Referenced by gcd().
| int main | ( | ) |
Definition at line 87 of file exprtk_gcd.cpp.