[#BloombergLP-bdldfp-operator_slash-033f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator/ :relfileprefix: ../../ :mrdocs: Division operators == Synopses Declared in `<bdldfp_decimal.h>` Divide the value of the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-023b.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-023b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-036.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-036.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-0ee.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0ee.adoc[_» more..._]# Divide the value of the specified `lhs` by the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-02d.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-02d.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-090.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-090.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-027.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-027.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-043.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-043.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-0e5.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0e5.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-0334.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0334.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-037.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-037.adoc[_» more..._]# Divide the value of the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-09e.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-09e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-0e3.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0e3.adoc[_» more..._]# Divide the value of the specified `lhs` by the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-01f.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-01f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-02b.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-02b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-0fc.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0fc.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-0a91.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0a91.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-0a8.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0a8.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-062.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-062.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-0d.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0d.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-025.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-025.adoc[_» more..._]# Divide the value of the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-05.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-05.adoc[_» more..._]# Divide the value of the specified `lhs` by the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-0ec.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0ec.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-04e.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-04e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-0a92.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0a92.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-0b.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-08.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-08.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-002.adoc[operator/]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-002.adoc[_» more..._]# Divide the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-071.adoc[operator/]( int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-071.adoc[_» more..._]# Divide the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-015.adoc[operator/]( int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-015.adoc[_» more..._]# Divide the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-03d.adoc[operator/]( int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-03d.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-023d.adoc[operator/]( long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-023d.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-031.adoc[operator/]( long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-031.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-028.adoc[operator/]( long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-028.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-010.adoc[operator/]( long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-010.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-095.adoc[operator/]( long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-095.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-030.adoc[operator/]( long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-030.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-0e0.adoc[operator/]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0e0.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-009.adoc[operator/]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-009.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-0c.adoc[operator/]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-06d.adoc[operator/]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-06d.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-00c.adoc[operator/]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-00c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-0f1.adoc[operator/]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0f1.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_slash-063.adoc[operator/]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-063.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_slash-0a6.adoc[operator/]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-0a6.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator/`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_slash-074.adoc[operator/]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_slash-074.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#