JCL Help:TJclRational

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TJclRational


Summary

This class handles operations for rational numbers. A rational number is represented as a fraction numerator/denominator where both numerator and denominator are signed integers. This format can be used to represent integer number as well as floating point numbers (which are approximated as a fraction). All basic operations (addition, subtraction, multiplication, division, power, square root) are exposed as functions as well as equality test.


Pascal

 public TJclRational = class(TObject);


Description

The description for this help topic does not exist, edit this page


About

Unit

JclMath


Navigation


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