Closed numeredev closed 2 months ago
What does your feature request improve on? Please describe. There are further possible multi-argument functions to be considered:
is_equal(x,y,z,...) -> LOG
is_ordered(x,y,z,...) -> LOG
is_unique(x,y,z,...) -> LOG
pct_inv({x,y,z,...}, pct) -> {VAL}
Describe the solution you'd like Implement the mentioned functions.
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
Implement the functions as requested.
(see also our Wiki for implementation guidelines)
(see also our Wiki for further information)
*.NHLP
*.NDB
*.NLNG
DESCRIPTION
What does your feature request improve on? Please describe. There are further possible multi-argument functions to be considered:
is_equal(x,y,z,...) -> LOG
is_ordered(x,y,z,...) -> LOG
is_unique(x,y,z,...) -> LOG
pct_inv({x,y,z,...}, pct) -> {VAL}
Describe the solution you'd like Implement the mentioned functions.
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Implement the functions as requested.
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST