Scripts: asp :: Math Functions :: Library Article #15
Developer's Section
![]() By: Erobo Team Member
|
|||
![]()
You can round a number up on classic asp by using a function that computes the integer of itself and adds to that the result of computing the asp Sgn() of the decimal number minus the int value of that number. Thus, the Sgn() function either adds 1 to round it to the next number or returns 0 if it is equal.
|
|||
|
|||
![]() |
|
![]() the form below: |