Get Math Help

GET TUTORING NEAR ME!

(800) 434-2582

By submitting the following form, you agree to Club Z!'s Terms of Use and Privacy Policy

    Home / Get Math Help

    Integer Part

    Illustration

    Illustration

    Alternate name
    Definition

    The function int x gives the integer part of x. In many computer languages, the function is denoted int(x). It is related to the floor and ceiling functions ⌊x⌋ and ⌈x⌉ by int(x) = {⌊x⌋ | for x>=0 ⌈x⌉ | for x<0. auto right match The integer part function satisfies int(-x) = - int(x)

    Back to List | POWERED BY THE WOLFRAM LANGUAGE