Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XLFMTH

Package: Kernel

Routine: XLFMTH


Information

XLFMTH ;SF-ISC/RWF,HINES/CFB,DW - MATH FUNCTIONS;07/16/93 10:21 ;03/03/95 15:29

Source Information

Source file <XLFMTH.m>

Entry Points

Name Comments DBIA/ICR reference
ABS(X) ;absolute value
  • ICR #10105
    • Status: Active
    • Usage: Supported
    LN(X,PR) ;log base e
  • ICR #10105
    • Status: Active
    • Usage: Supported
    LOG(X,PR) ;log base 10
  • ICR #10105
    • Status: Active
    • Usage: Supported
    A
    B
    EXP(X,PR) ;e to the X power
  • ICR #10105
    • Status: Active
    • Usage: Supported
    EX
    PWR(Y,X,PR) ;X to the Y power
  • ICR #10105
    • Status: Active
    • Usage: Supported
    P
    LIM
    Q
    PR(PR,PL)
    E(PR) ;e
  • ICR #10105
    • Status: Active
    • Usage: Supported
    PI(PR) ;PI
  • ICR #10105
    • Status: Active
    • Usage: Supported
    SQRT(X,PR) ;square root of X
  • ICR #10105
    • Status: Active
    • Usage: Supported
    L
    SD(%S1,%S2,%N) ;%S1=SUM, %S2=SUM OF SQUARES, %N=COUNT
  • ICR #10105
    • Status: Active
    • Usage: Supported
    MIN(%1,%2)
  • ICR #10105
    • Status: Active
    • Usage: Supported
    MAX(%1,%2)
  • ICR #10105
    • Status: Active
    • Usage: Supported
    DMSDEC(X,PR) ;degrees:min:sec to decimal
  • ICR #10105
    • Status: Active
    • Usage: Supported
    DECDMS(X,PR) ;decimal to degrees:min:sec
  • ICR #10105
    • Status: Active
    • Usage: Supported
    DTR(X,PR) ;degrees to radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    RTD(X,PR) ;radians to degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    SINDEG(X,PR) ;sine in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    SIN(X,PR) ;sine in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    S
    CSCDEG(X,PR) ;cosecant in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    CSC(X,PR) ;cosecant in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    COSDEG(X,PR) ;cosine in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    COS(X,PR) ;cosine in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    C
    SECDEG(X,PR) ;secant in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    SEC(X,PR) ;secant in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    TANDEG(X,PR) ;tangent in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    TAN(X,PR) ;tangent in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    COTDEG(X,PR) ;cotangent in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    COT(X,PR) ;contangent in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ASINDEG(X,PR) ;arc-sine in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ASIN(X,PR) ;arc-sine in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ACOSDEG(X,PR) ;arc-cosine in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ACOS(X,PR) ;arc-cosine in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ATANDEG(X,PR) ;arc-tangent in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ATAN(X,PR) ;arc-tangent in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ACOTDEG(X,PR) ;arc-cotangent in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ACOT(X,PR) ;arc-cotangent in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ASECDEG(X,PR) ;arc-secant in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ASEC(X,PR) ;arc-secant in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ACSCDEG(X,PR) ;arc-cosecant in degrees
  • ICR #10105
    • Status: Active
    • Usage: Supported
    ACSC(X,PR) ;arc-cosecant in radians
  • ICR #10105
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points