MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / k_mul

Function k_mul

Objects/longobject.c:2698–2864  ·  view source on GitHub ↗

Karatsuba multiplication. Ignores the input signs, and returns the * absolute value of the product (or NULL if error). * See Knuth Vol. 2 Chapter 4.3.3 (Pp. 294-295). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

k_lopsided_mulFunction · 0.85
long_mulFunction · 0.85

Calls 8

_PyLong_NewFunction · 0.85
x_mulFunction · 0.85
k_lopsided_mulFunction · 0.85
kmul_splitFunction · 0.85
v_isubFunction · 0.85
x_addFunction · 0.85
v_iaddFunction · 0.85
long_normalizeFunction · 0.85

Tested by

no test coverage detected