10.11.2015 Views

maXbox3 3.9.9.195 14/05/2015 08:37:17 AM

maXbox3 3.9.9.80 13.11.2013 11:25:53

maXbox3 3.9.9.80 13.11.2013 11:25:53

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>maXbox3</strong> <strong>3.9.9.195</strong><br />

<strong>14</strong>/<strong>05</strong>/<strong>2015</strong> <strong>08</strong>:<strong>37</strong>:<strong>17</strong> <strong>AM</strong><br />

5407: Function SumWArray2( const B : array of Word) : LongInt<br />

54<strong>08</strong>: Function SumIArray( const B : array of Integer) : Integer<br />

5409: Function SumLArray( const B : array of LongInt) : LongInt<br />

5410: Function SumLWArray( const B : array of LongWord) : LongWord<br />

5411: Function ESBDigits( const X : LongWord) : Byte<br />

5412: Function BitsHighest( const X : LongWord) : Integer<br />

5413: Function ESBBitsNeeded( const X : LongWord) : Integer<br />

54<strong>14</strong>: Function esbGCD( const X, Y : LongWord) : LongWord<br />

5415: Function esbLCM( const X, Y : LongInt) : Int64<br />

5416: //Function esbLCM( const X, Y : LongInt) : LongInt<br />

54<strong>17</strong>: Function RelativePrime( const X, Y : LongWord) : Boolean<br />

5418: Function Get87ControlWord : TBitList<br />

5419: Procedure Set87ControlWord( const CWord : TBitList)<br />

5420: Procedure SwapExt( var X, Y : Extended)<br />

5421: Procedure SwapDbl( var X, Y : Double)<br />

5422: Procedure SwapSing( var X, Y : Single)<br />

5423: Function esbSgn( const X : Extended) : ShortInt<br />

5424: Function Distance( const X1, Y1, X2, Y2 : Extended) : Extended<br />

5425: Function ExtMod( const X, Y : Extended) : Extended<br />

5426: Function ExtRem( const X, Y : Extended) : Extended<br />

5427: Function CompMOD( const X, Y : Comp) : Comp<br />

5428: Procedure Polar2XY( const Rho, Theta : Extended; var X, Y : Extended)<br />

5429: Procedure XY2Polar( const X, Y : Extended; var Rho, Theta : Extended)<br />

5430: Function DMS2Extended( const Degs, Mins, Secs : Extended) : Extended<br />

5431: Procedure Extended2DMS( const X : Extended; var Degs, Mins, Secs : Extended)<br />

5432: Function MaxExt( const X, Y : Extended) : Extended<br />

5433: Function MinExt( const X, Y : Extended) : Extended<br />

5434: Function MaxEArray( const B : array of Extended) : Extended<br />

5435: Function MinEArray( const B : array of Extended) : Extended<br />

5436: Function MaxSArray( const B : array of Single) : Single<br />

54<strong>37</strong>: Function MinSArray( const B : array of Single) : Single<br />

5438: Function MaxCArray( const B : array of Comp) : Comp<br />

5439: Function MinCArray( const B : array of Comp) : Comp<br />

5440: Function SumSArray( const B : array of Single) : Single<br />

5441: Function SumEArray( const B : array of Extended) : Extended<br />

5442: Function SumSqEArray( const B : array of Extended) : Extended<br />

5443: Function SumSqDiffEArray( const B : array of Extended; Diff : Extended) : Extended<br />

5444: Function SumXYEArray( const X, Y : array of Extended) : Extended<br />

5445: Function SumCArray( const B : array of Comp) : Comp<br />

5446: Function FactorialX( A : LongWord) : Extended<br />

5447: Function PermutationX( N, R : LongWord) : Extended<br />

5448: Function esbBinomialCoeff( N, R : LongWord) : Extended<br />

5449: Function IsPositiveEArray( const X : array of Extended) : Boolean<br />

5450: Function esbGeometricMean( const X : array of Extended) : Extended<br />

5451: Function esbHarmonicMean( const X : array of Extended) : Extended<br />

5452: Function ESBMean( const X : array of Extended) : Extended<br />

5453: Function esbSampleVariance( const X : array of Extended) : Extended<br />

5454: Function esbPopulationVariance( const X : array of Extended) : Extended<br />

5455: Procedure esbSampleVarianceAndMean( const X : array of Extended; var Variance, Mean : Extended)<br />

5456: Procedure esbPopulationVarianceAndMean( const X : array of Extended; var Variance, Mean : Extended)<br />

5457: Function GetMedian( const SortedX : array of Extended) : Extended<br />

5458: Function GetMode( const SortedX : array of Extended; var Mode : Extended) : Boolean<br />

5459: Procedure GetQuartiles( const SortedX : array of Extended; var Q1, Q3 : Extended)<br />

5460: Function ESBMagnitude( const X : Extended) : Integer<br />

5461: Function ESBTan( Angle : Extended) : Extended<br />

5462: Function ESBCot( Angle : Extended) : Extended<br />

5463: Function ESBCosec( const Angle : Extended) : Extended<br />

5464: Function ESBSec( const Angle : Extended) : Extended<br />

5465: Function ESBArcTan( X, Y : Extended) : Extended<br />

5466: Procedure ESBSinCos( Angle : Extended; var SinX, CosX : Extended)<br />

5467: Function ESBArcCos( const X : Extended) : Extended<br />

5468: Function ESBArcSin( const X : Extended) : Extended<br />

5469: Function ESBArcSec( const X : Extended) : Extended<br />

5470: Function ESBArcCosec( const X : Extended) : Extended<br />

5471: Function ESBLog10( const X : Extended) : Extended<br />

5472: Function ESBLog2( const X : Extended) : Extended<br />

5473: Function ESBLogBase( const X, Base : Extended) : Extended<br />

5474: Function Pow2( const X : Extended) : Extended<br />

5475: Function IntPow( const Base : Extended; const Exponent : LongWord) : Extended<br />

5476: Function ESBIntPower( const X : Extended; const N : LongInt) : Extended<br />

5477: Function XtoY( const X, Y : Extended) : Extended<br />

5478: Function esbTenToY( const Y : Extended) : Extended<br />

5479: Function esbTwoToY( const Y : Extended) : Extended<br />

5480: Function LogXtoBaseY( const X, Y : Extended) : Extended<br />

5481: Function esbISqrt( const I : LongWord) : Longword<br />

5482: Function ILog2( const I : LongWord) : LongWord<br />

5483: Function IGreatestPowerOf2( const N : LongWord) : LongWord<br />

5484: Function ESBArCosh( X : Extended) : Extended<br />

5485: Function ESBArSinh( X : Extended) : Extended<br />

5486: Function ESBArTanh( X : Extended) : Extended<br />

5487: Function ESBCosh( X : Extended) : Extended<br />

5488: Function ESBSinh( X : Extended) : Extended<br />

5489: Function ESBTanh( X : Extended) : Extended<br />

5490: Function InverseGamma( const X : Extended) : Extended<br />

5491: Function esbGamma( const X : Extended) : Extended<br />

5492: Function esbLnGamma( const X : Extended) : Extended<br />

5493: Function esbBeta( const X, Y : Extended) : Extended<br />

5494: Function IncompleteBeta( X : Extended; P, Q : Extended) : Extended<br />

5495: end;<br />

PC<strong>08</strong> E:\maxbox3\mXGit39988\maxbox3\docs\maxbox_extract_funclist399.txt<br />

http://www.softwareschule.ch/maxbox.htm T: 297<br />

p: 63

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!