IntQ()

Syntax

Result = IntQ(Number.d)
Description
Returns the integer part of a double number.

Example
  Result.q = IntQ(12345678901.565)  ; will return '12345678901'

Supported OS

Windows, Linux, MacOS X

<- Int() - Math Index - Log() ->