Skip to content
Home ยป VB 6 – Math Functions

VB 6 – Math Functions

    In this article, you find a list of mathematical functions. The math functions are built-in feature of Visual Basic 6.0.

    Function Meaning
    AbsFind Absolute value
    AtnFind Arc tangent
    CosFind Cosine of a given angle
    ExpFind Exponential value of a number
    Fix Fix places
    IntReturn integer value
    LogLog
    RndGenerate Random numbers
    SignSign
    SineFind Sine value of a given angle
    SqrtFind Square root
    TanFind tangent value of a given number
    Math Functions in VB 6