Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+---------+################################################################
#+-| TRUNC() |------------------------------------+###########################
#| +---------+ Returns the whole part of argument |###########################
#+------------------------------------------------+###########################
##############################################################################
##############################################################################
#+--| Summary |--------------+################################################
#|     #INCLUDE math.hdr     |################################################
#+---------------------------+################################################
##############################################################################
##############################################################################
#+--| Syntax |----------------------------+###################################
#|     FUNCTION DBL trunc PROTOTYPE       |###################################
#|      PARAMETERS CONST DBL argument     |###################################
#+----------------------------------------+###################################
##############################################################################
##############################################################################
############+---| Description |----------------------------------+############
############| The trunc() function returns the whole part of     |############
############| argument.  For positive numbers, the next lowest   |############
############| integer is returned;for negative numbers, the next |############
############| positive integer is returned.                      |############
############+----------------------------------------------------+############
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Use trunc() to round dollar amounts to the cent.    |#########
#########|                                                          |#########
#########| ? trunc(in_value * 100) / 100    && Rounded to the cent. |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? trunc( 344.99 )                                        |#########
#########| ? trunc( 1 )                                             |#########
#########| ? trunc( 56.50 )                                         |#########
#########| ? trunc( 54.45 )                                         |#########
#########| ? trunc( 60.019 )                                        |#########
#########| ? trunc( 60.01 )                                         |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: abs() round()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson