ABS returns an absolute value of a numerical expression.
ABS(NumExp)
Arguments
ABS(a)
returns 3 whether a has value 3 or -3.
Download
An example knowledgebase of this function can be downloaded here.
Description
Input
A and B are dimensionless input values.
Relations
The number NumExp is given by the relation
NumExp = A + B
Our topgoal AbsoluteNumExp is given by the relation
AbsoluteNumExp = ABS(NumExp)
Solution
For example, when putting A=-2 and B=-3 as input, the solution becomes
AbsoluteNumExp = 5
Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview