Result Modifiers

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.
  •  
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.