[#Num3072-Divide] = xref:Num3072.adoc[Num3072]::Divide :relfileprefix: ../ :mrdocs: Divide this number by another, modulo the MuHash prime. == Synopsis Declared in `<crypto/muhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Divide(xref:Num3072.adoc[Num3072] const& a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | The number to divide this one by. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#