botan v1.13.4 (2023-03-01T00:35:38Z)
Dub
Repo
divide
botan
math
bigint
divide
BigInt Division
void
divide
(
const
(
BigInt
)*
x
,
const
(
BigInt
)*
y_arg
,
BigInt
*
q_out
,
BigInt
*
r_out
,
bool
trace
= false
)
Parameters
x
const
(
BigInt
)*
an integer
y_arg
const
(
BigInt
)*
a non-zero integer
Meta
Source
See Implementation
botan
math
bigint
divide
functions
divide
BigInt Division