Closed grantshandy closed 2 years ago
I love this expression evaluator, it's very fast and the api is well designed!
I'm just wondering if it's possible/planned to add the feature of evaluating absolute values, like |-1.5| as 1.5.
|-1.5|
1.5
found out about abs() facepalm
abs()
I love this expression evaluator, it's very fast and the api is well designed!
I'm just wondering if it's possible/planned to add the feature of evaluating absolute values, like
|-1.5|
as1.5
.