fixit

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
fixit

Post by Info-Mac » March 11th, 1996, 11:00 am

Download: http://archive.info-mac.org/dev/src/fixit.hqx

Fixit is an MPW tool that translates easily readable infix
mathematical expressions into difficult to read and edit fixed
point math function calling sequences that are suitable for
use as expressions in C programs.

It also serves as a fixed point expression evaluator.

Full C, yacc, and lex source code included. Also, C source code
for the following fixed point routines can be found herein:

FixSqrt, FixExp, FixSquare, FixCos, FixSin, FixTan

These libraries are for free.

Copyright (C) 1996 by John Montbriand. All Rights Reserved.
Post Reply