Unit msereal

Uses
Classes, Interfaces, Objects and Records
Types
Variables

Description

 

Overview

Functions and Procedures

function cmprealty(const a,b: realty): integer;
function isemptyreal(const val: realty): boolean; deprecated;
function candiv(const val: realty): boolean;
function addrealty(const a,b: realty): realty;
function subrealty(const a,b: realty): realty;
function mulrealty(const a,b: realty): realty;
function applyrange(const avalue: realty; const arange: real; const astart: real): realty;
function reapplyrange(const avalue: realty; const arange: real; const astart: real): realty;
function expscale(const value: real; const min: real; const max: real): real;

Constants

emptyrealstring = '';
bigreal = 1e38;

Description

Functions and Procedures

function cmprealty(const a,b: realty): integer;
 
function isemptyreal(const val: realty): boolean; deprecated;

Warning: this symbol is deprecated.

 
function candiv(const val: realty): boolean;
 
function addrealty(const a,b: realty): realty;
 
function subrealty(const a,b: realty): realty;
 
function mulrealty(const a,b: realty): realty;
 
function applyrange(const avalue: realty; const arange: real; const astart: real): realty;
 
function reapplyrange(const avalue: realty; const arange: real; const astart: real): realty;
 
function expscale(const value: real; const min: real; const max: real): real;
 

Constants

emptyrealstring = '';
 
bigreal = 1e38;
 

Generated by PasDoc 0.16.0.