packages

Simply Fortran Package Server

Welcome to the Simply Fortran Package Server

The SFPM Logo

Sign up today for easy installation of development libraries and example projects for Simply Fortran!

Notices from the Server

None at this time

Latest Packages

Random Spotlight

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.

Links