| ProLinga-Calc Project |
|---|
prolingacalc — C expression type calculator
prolingacalc [
]C expression
prolingacalc --version
The prolingacalc program parses C expression type calculations and returns
the result.
Input for the ProLinga Calc library are normal C expressions containing operators,
float or integer constants and variables.
Precedence and semantic of operators is the same as in C language. There are two
extra binary operators: >>> unsigned shift right and ** raising to power.
prolingacalc supports the standard set of functions from
C mathematics library and also defines function prime(n), which returns
smallest prime number >= n.
| << Part II. ProLinga-Calc User Guide | Appendix A. GNU Free Documentation License >> |