Allowed Math Functions in Work Assembly Formulas

  • min - min(value 1, value 2)
  • max - max(value 1, value 2)
  • exp - exponential
  • log - logarithmic
  • log10 - logarithmic base 10
  • abs - absolute value
  • sqr - square
  • sqrt - square root
  • sin - sin(degrees)
  • cos - cos(degrees)
  • tan - tan(degrees)
  • asin - asin(degrees)
  • acos - acos(degrees)
  • atan - atab(degrees)
  • round - round number, e.g. 3.2 becomes 3, 3.7 becomes 4
  • floor - go to the lower number, e.g. 3.7 becomes 3
  • ceiling - to go higher number, e.g. 3.2 becomes 4

Important Things To Know About Math Functions

  • Functions below are similar in spelling and can not be referenced in the same formula otherwise an error would be generated. This applies to the header and component equations.
    • log and log10
    • sqr and sqrt
    • sin and asin
    • cos and acos
    • tan and atan
  • Variable codes should be unique and should not contain text that matches math functions otherwise an error will be generated. For example, a variable name like "FloorWidth" would not work since it includes text that matches the "Floor" function.