MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / mod_division

Function mod_division

math/modular_division.cpp:75–80  ·  view source on GitHub ↗

* @brief This function calculates modular division * @param a integer dividend * @param b integer divisor * @param p integer modulo * @return a/b modulo c */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls 1

powerFunction · 0.70

Tested by

no test coverage detected