File: algorithms.rst

package info (click to toggle)
gcem 1.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 752 kB
  • sloc: cpp: 5,162; makefile: 276; python: 24
file content (16 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. Copyright (c) 2016-2024 Keith O'Hara

   Distributed under the terms of the Apache License, Version 2.0.

   The full license is in the file LICENSE, distributed with this software.

Algorithms
==========

.. _gcd-function-reference:
.. doxygenfunction:: gcd(const T1, const T2)
   :project: gcem

.. _lcm-function-reference:
.. doxygenfunction:: lcm(const T1, const T2)
   :project: gcem