std::remquo
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <cmath>
|
||
float remquo( float x, float y, int *quo ); |
(1) | (desde C++11) |
double remquo( double x, double y, int *quo ); |
(2) | (desde C++11) |
long double remquo( long double x, long double y, int *quo ); |
(3) | (desde C++11) |
Promoted remquo( Arithmetic x, Arithmetic y, int *quo ); |
(4) | (desde C++11) |
Calcula o resto da operação de ponto flutuante
x/y divisão como a função