You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: