i am using ncalc and i have a use case for a new function,so i have create a pull request for it https://github.com/ncalc/ncalc-async/pull/20 some details are given below Function name: Pos() Working: returns zero if the input is negative, and returns the input value if it is positive Example: Pos(-1) = 0 Pos(1) =1
i am using ncalc and i have a use case for a new function,so i have create a pull request for it
#20
some details are given below
Function name: Pos()
Working: returns zero if the input is negative, and returns the input value if it is positive
Example:
Pos(-1) = 0
Pos(1) =1