Unit msereal

Description

This item has no 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;

This item has no description.

function isemptyreal(const val: realty): boolean; deprecated;

Warning: this symbol is deprecated.

This item has no description.

function candiv(const val: realty): boolean;

This item has no description.

function addrealty(const a,b: realty): realty;

This item has no description.

function subrealty(const a,b: realty): realty;

This item has no description.

function mulrealty(const a,b: realty): realty;

This item has no description.

function applyrange(const avalue: realty; const arange: real; const astart: real): realty;

This item has no description.

function reapplyrange(const avalue: realty; const arange: real; const astart: real): realty;

This item has no description.

function expscale(const value: real; const min: real; const max: real): real;

This item has no description.

Constants

emptyrealstring = '';

This item has no description.

bigreal = 1e38;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.