$mul(lhs,rhs) returns the product of the lhs and rhs arguments. This is valid only if the data types of both lhs and rhs are numeric (int, long or double).
The following example returns the product of ${confidence level} and 100:
$mul(100,${confidence level})