Ada Programming/Attributes/'Remainder

Description

edit

X'Remainder(Y,Z) is an Ada attribute where X is any floating-point type and Y,Z are any instances of that type. This attribute represents the fractional part of this result. Z should never be zero.

If Y is negative, then the result will be negative.

Example

edit
TODO:

See also

edit

Wikibook

edit

Ada Reference Manual

edit