[#operator_slash-0e] = operator/ :mrdocs: Returns the quotient of two big integers. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint<256>] operator/( xref:base_uint-02.adoc[base_uint<256>] const& a, xref:base_uint-02.adoc[base_uint<256>] const& b); ---- == Return Value The result of `a` divided by `b.` == Parameters [cols="1,4"] |=== | Name| Description | *a* | The dividend. | *b* | The divisor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#