[#operator_slash-05] = operator/ :mrdocs: Returns the quotient of two big integers. == Synopses Declared in `<arith_uint256.h>` Returns the quotient of two big integers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint] xref:operator_slash-03.adoc[operator/]( xref:base_uint-02.adoc[base_uint] const& a, xref:base_uint-02.adoc[base_uint] const& b); ---- [.small]#xref:operator_slash-03.adoc[_» more..._]# Returns the quotient of two big integers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:base_uint-02.adoc[base_uint<256>] xref:operator_slash-0e.adoc[operator/]( xref:base_uint-02.adoc[base_uint<256>] const& a, xref:base_uint-02.adoc[base_uint<256>] const& b); ---- [.small]#xref:operator_slash-0e.adoc[_» more..._]# == 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]#