Returns the quotient of lhs divided by rhs.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
operator/(
    int128 lhs,
    int128 rhs);

Return Value

The quotient lhs / rhs.

Parameters

Name

Description

lhs

The dividend.

rhs

The divisor.

Created with MrDocs