byte-motion / byte-motion/RNL_RAPIDLibrary

Create RNL_B_Math

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.