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]
##############################################################################
###+---------+################################################################
#+-| ROUND() |--------------------------------------------------------+#######
#| +---------+ Rounds number to decimal places indicated by precision |#######
#+--------------------------------------------------------------------+#######
##############################################################################
##############################################################################
#+--| Summary |--------------+################################################
#|     #INCLUDE math.hdr     |################################################
#+---------------------------+################################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------------------------------------+################
#|     FUNCTION UINT round PROTOTYPE                         |################
#|      PARAMETERS DBL VALUE number, INT VALUE precision     |################
#+-----------------------------------------------------------+################
##############################################################################
##############################################################################
#############+---| Description |--------------------------------+#############
#############| The round() function rounds number to the number |#############
#############| of decimal places indicated by precision.        |#############
#############+--------------------------------------------------+#############
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? round( 23.4, 0 )          && produces 23.0             |#########
#########| ? round( 5323.2333, -2 )    && produces 5300.0           |#########
#########| ? round( 1.999, 2 )         && procuces 2.00             |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: trunc()

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