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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<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 />

5900: Function Slope( const KnownY : array of Double; const KnownX : array of Double) : Double<br />

5901: Function StandardErrorY( const KnownY : array of Double; const KnownX : array of Double) : Double<br />

5902: Function BetaDist( X, Alpha, Beta, A, B : Single) : Single<br />

5903: Function BetaInv( Probability, Alpha, Beta, A, B : Single) : Single<br />

5904: Function BinomDist( NumberS, Trials : Integer; ProbabilityS : Single; Cumulative : Boolean) : Single<br />

59<strong>05</strong>: Function CritBinom( Trials : Integer; ProbabilityS, Alpha : Single) : Integer<br />

5906: Function ChiDist( X : Single; DegreesFreedom : Integer) : Single<br />

5907: Function ChiInv( Probability : Single; DegreesFreedom : Integer) : Single<br />

59<strong>08</strong>: Function ExponDist( X, Lambda : Single; Cumulative : Boolean) : Single<br />

5909: Function FDist( X : Single; DegreesFreedom1, DegreesFreedom2 : Integer) : Single<br />

5910: Function FInv( Probability : Single; DegreesFreedom1, DegreesFreedom2 : Integer) : Single<br />

5911: Function LogNormDist( X, Mean, StandardDev : Single) : Single<br />

5912: Function LogInv( Probability, Mean, StandardDev : Single) : Single<br />

5913: Function NormDist( X, Mean, StandardDev : Single; Cumulative : Boolean) : Single<br />

59<strong>14</strong>: Function NormInv( Probability, Mean, StandardDev : Single) : Single<br />

5915: Function NormSDist( Z : Single) : Single<br />

5916: Function NormSInv( Probability : Single) : Single<br />

59<strong>17</strong>: Function Poisson( X : Integer; Mean : Single; Cumulative : Boolean) : Single<br />

5918: Function TDist( X : Single; DegreesFreedom : Integer; TwoTails : Boolean) : Single<br />

5919: Function TInv( Probability : Single; DegreesFreedom : Integer) : Single<br />

5920: Function Erfc( X : Single) : Single<br />

5921: Function GammaLn( X : Single) : Single<br />

5922: Function LargestSort( const Data : array of Double; K : Integer) : Double<br />

5923: Function SmallestSort( const Data : array of double; K : Integer) : Double<br />

5924:<br />

5925: procedure SIRegister_TStSorter(CL: TPSPascalCompiler);<br />

5926: Function OptimumHeapToUse( RecLen : Cardinal; NumRecs : LongInt) : LongInt<br />

5927: Function MinimumHeapToUse( RecLen : Cardinal) : LongInt<br />

5928: Function MergeInfo( MaxHeap : LongInt; RecLen : Cardinal; NumRecs : LongInt) : TMergeInfo<br />

5929: Function DefaultMergeName( MergeNum : Integer) : string<br />

5930: Procedure ArraySort( var A, RecLen, NumRecs : Cardinal; Compare : TUntypedCompareFunc)<br />

5931:<br />

5932: procedure SIRegister_StAstro(CL: TPSPascalCompiler);<br />

5933: Function AmountOfSunlight( LD : TStDate; Longitude, Latitude : Double) : TStTime<br />

5934: Function FixedRiseSet( LD : TStDate; RA, DC, Longitude, Latitude : Double) : TStRiseSetRec<br />

5935: Function SunPos( UT : TStDateTimeRec) : TStPosRec<br />

5936: Function SunPosPrim( UT : TStDateTimeRec) : TStSunXYZRec<br />

59<strong>37</strong>: Function SunRiseSet( LD : TStDate; Longitude, Latitude : Double) : TStRiseSetRec<br />

5938: Function Twilight( LD : TStDate; Longitude, Latitude : Double; TwiType:TStTwilight):TStRiseSetRec<br />

5939: Function LunarPhase( UT : TStDateTimeRec) : Double<br />

5940: Function MoonPos( UT : TStDateTimeRec) : TStMoonPosRec<br />

5941: Function MoonRiseSet( LD : TStDate; Longitude, Latitude : Double) : TStRiseSetRec<br />

5942: Function FirstQuarter( D : TStDate) : TStLunarRecord<br />

5943: Function FullMoon( D : TStDate) : TStLunarRecord<br />

5944: Function LastQuarter( D : TStDate) : TStLunarRecord<br />

5945: Function NewMoon( D : TStDate) : TStLunarRecord<br />

5946: Function NextFirstQuarter( D : TStDate) : TStDateTimeRec<br />

5947: Function NextFullMoon( D : TStDate) : TStDateTimeRec<br />

5948: Function NextLastQuarter( D : TStDate) : TStDateTimeRec<br />

5949: Function NextNewMoon( D : TStDate) : TStDateTimeRec<br />

5950: Function PrevFirstQuarter( D : TStDate) : TStDateTimeRec<br />

5951: Function PrevFullMoon( D : TStDate) : TStDateTimeRec<br />

5952: Function PrevLastQuarter( D : TStDate) : TStDateTimeRec<br />

5953: Function PrevNewMoon( D : TStDate) : TStDateTimeRec<br />

5954: Function SiderealTime( UT : TStDateTimeRec) : Double<br />

5955: Function Solstice( Y, Epoch : Integer; Summer : Boolean) : TStDateTimeRec<br />

5956: Function Equinox( Y, Epoch : Integer; Vernal : Boolean) : TStDateTimeRec<br />

5957: Function SEaster( Y, Epoch : Integer) : TStDate<br />

5958: Function DateTimeToAJD( D : TDateTime) : Double<br />

5959: Function HoursMin( RA : Double) : ShortString<br />

5960: Function DegsMin( DC : Double) : ShortString<br />

5961: Function AJDToDateTime( D : Double) : TDateTime<br />

5962:<br />

5963: Procedure SIRegister_StDate(CL: TPSPascalCompiler);<br />

5964: Function CurrentDate : TStDate<br />

5965: Function StValidDate( Day, Month, Year, Epoch : Integer) : Boolean<br />

5966: Function DMYtoStDate( Day, Month, Year, Epoch : Integer) : TStDate<br />

5967: Procedure StDateToDMY( Julian : TStDate; var Day, Month, Year : Integer)<br />

5968: Function StIncDate( Julian : TStDate; Days, Months, Years : Integer) : TStDate<br />

5969: Function IncDateTrunc( Julian : TStDate; Months, Years : Integer) : TStDate<br />

5970: Procedure StDateDiff( Date1, Date2 : TStDate; var Days, Months, Years : Integer)<br />

5971: Function BondDateDiff( Date1, Date2 : TStDate; DayBasis : TStBondDateType) : TStDate<br />

5972: Function WeekOfYear( Julian : TStDate) : Byte<br />

5973: Function AstJulianDate( Julian : TStDate) : Double<br />

5974: Function AstJulianDatetoStDate( AstJulian : Double; Truncate : Boolean) : TStDate<br />

5975: Function AstJulianDatePrim( Year, Month, Date : Integer; UT : TStTime) : Double<br />

5976: Function StDayOfWeek( Julian : TStDate) : TStDayType<br />

5977: Function DayOfWeekDMY( Day, Month, Year, Epoch : Integer) : TStDayType<br />

5978: Function StIsLeapYear( Year : Integer) : Boolean<br />

5979: Function StDaysInMonth( Month : Integer; Year, Epoch : Integer) : Integer<br />

5980: Function ResolveEpoch( Year, Epoch : Integer) : Integer<br />

5981: Function ValidTime( Hours, Minutes, Seconds : Integer) : Boolean<br />

5982: Procedure StTimeToHMS( T : TStTime; var Hours, Minutes, Seconds : Byte)<br />

5983: Function HMStoStTime( Hours, Minutes, Seconds : Byte) : TStTime<br />

5984: Function CurrentTime : TStTime<br />

5985: Procedure TimeDiff( Time1, Time2 : TStTime; var Hours, Minutes, Seconds : Byte)<br />

5986: Function StIncTime( T : TStTime; Hours, Minutes, Seconds : Byte) : TStTime<br />

5987: Function DecTime( T : TStTime; Hours, Minutes, Seconds : Byte) : TStTime<br />

5988: Function RoundToNearestHour( T : TStTime; Truncate : Boolean) : TStTime<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: 69

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

Saved successfully!

Ooh no, something went wrong!