• Returns two numbers, the integral part of x and the fractional part of x.

    Parameters

    • n: number

    Returns LuaTuple<[number, number]>