packages

Simply Fortran Package Server

M_calculator

The M_calculator module contains a basic expression parser and related convenience routines.

Expressions are similar to Fortran77 syntax except

powers are processed from left to right so use parenthesis

variable names are case-sensitive

string variable names start with a dollar-sign,

all numeric values are assumed to be DOUBLEPRECISION.

Note that although suitable for many uses, this is not a byte-code interpreter and is designed for parsing basic unique expressions, not for high volume repetition of the computations on a large volume of data.

The original dates back a long time, but it still works.

To link with this library, add:

-lm_calculator

to the Compiler Flag's Linker box in Simply Fortran's Project Options window.

Version: 20260209
Homepage: https://github.com/urbanjost/M_calculator
License: Unlicense

Platforms:
x86 x64

Tags:
math strings

Dependencies:
None

Conflicts:
None

To install packages, please use a suitable client.