{"identifier":66892,"topic":"Functions","name":"trunc","text":"<code><pre>the trunc of <i>number<\/i>\n<\/pre><\/code>\nValue returned: an integer equal to the integer part of<code> <i>number<\/i><\/code>. Any fractional part is disregarded, regardless of the number\u2019s sign.   <br><br>\n\n Note:<code> trunc <\/code>returns correct values only for real numbers in the range -2,147,483,648 through 2,147,483,647 (the maximum long integer value). <br>\n","related":{"32809":null,"89523":"Arithmetic operators","62709":"round"},"examples":"","demo":"","debug":{"9":["the trunc of number\r"]}}