Unknown to many TARGIT Designers, TARGIT includes a library of Result Modifiers that can be used to, well, modify the result from a TARGIT calculation.
The library includes modifiers:
- abs(x) - returns the absolute value of x
- int(x) - returns the integer value of x
- ceil(x) - returns the next higher integer of x
- floor(x) - returns the next lower integer of x
- round(x;y) - returns the rounded result of x with y decimals
- div(x;y) - returns the integer part of division x/y, discarding the fraction (remainder)
- mod - returns the fraction (remainder) of division x/y.
Comments
Please sign in to leave a comment.