ba237a9d91
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunti i sorgenti per Greenleaf Math Library (gfm.dll) git-svn-id: svn://10.65.10.50/trunk@10079 c028cbd2-c16b-5b4b-a496-9718f37d4682
53 lines
1.1 KiB
Modula-2
Executable File
53 lines
1.1 KiB
Modula-2
Executable File
LIBRARY DLLGFM
|
|
EXETYPE WINDOWS
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE SINGLE
|
|
HEAPSIZE 1024
|
|
EXPORTS
|
|
WEP @1 RESIDENTNAME
|
|
_AbsoluteDecimal
|
|
_AddDecimal
|
|
_AddDoubleToDecimal
|
|
_AddIntToDecimal
|
|
_AntiLog10Decimal
|
|
_AntiLogEDecimal
|
|
_ChangeSignDecimal
|
|
_ConvAsciiToDecimal
|
|
_ConvDecimalToAscii
|
|
_ConvDecimalToDouble
|
|
_ConvDecimalToInt
|
|
_ConvDoubleToDecimalRound
|
|
_CopyDecimal
|
|
_CosineDecimal
|
|
_DecimalModuloLong
|
|
_DecimalPrecision
|
|
_DeleteTrailingZeroes
|
|
_DivideDecimal
|
|
_DivideDecimalByDouble
|
|
_ErrorName
|
|
_IntegerPartDecimal
|
|
_IsDecimalEqual
|
|
_IsDecimalGreater
|
|
_IsDecimalGreaterOrEqual
|
|
_IsDecimalLess
|
|
_IsDecimalLessOrEqual
|
|
_IsDecimalZero
|
|
_Log10Decimal
|
|
_LogEDecimal
|
|
_MaximumDecimal
|
|
_MinimumDecimal
|
|
_MultiplyDecimal
|
|
_MultiplyDecimalByDouble
|
|
_PowerDecimal
|
|
_ReturnMathErrAndClear
|
|
_RoundDecimal
|
|
_SineDecimal
|
|
_SquareRootDecimal
|
|
_StringPrintDecimal
|
|
_SubtractDecimal
|
|
_SwapDecimal
|
|
_TangentDecimal
|
|
_TestSignDecimal
|
|
_TruncateDecimal
|
|
_ZeroDecimal
|