JCL Help:Float
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Float Type
Search in JCL Help
Search in all projects
Summary
Generic floating point type.
Pascal
Float = Single;
PFloat = ^Float;
Description
Float represents a generic floating point type and is used mostly in JclMath. Float is conditionally defined as either Extended, Double or Single with Extended being the default. You can change the type that Float is defined as globally by using the MATH_PRECISION_X compiler directives. See Compiler Directives for more information.
About
Unit
Donator
Marcel van Brakel
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