byte-motion / byte-motion/RNL_RAPIDLibrary
Create RNL_B_Math
Open
- Dominant language
- AMPL
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
MODULE RNL_B_Math
FUNC num invert(num a)
a:=a*(-1);
RETURN a;
ENDFUNC
FUNC num limit(num value,num min,num max)
IF value>max RETURN max;
IF value
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.