JCL Help:RemainderFloat

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the remainder of two floating point numbers.


Pascal

 function RemainderFloat(const X: Float; const Y: Float): Float;


Parameters

Parameters Description
const X: Float The first float.
const Y: Float The second float.


Return Value

The remainder of the two floating point numbers.


Description

RemainderFloat calculates the remainder of the two floating point numbers. For floating point numbers the remainder is calculated as: X - Int(X / Y) * Y


See Also

ModFloat


About

Unit

JclMath


Donator

ESB Consultancy


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page