Post Reply 
C translator for calculator project
05-09-2019, 10:54 AM (This post was last modified: 05-09-2019 10:55 AM by Maximilian Hohmann.)
Post: #19
RE: C translator for calculator project
Hello!

(05-09-2019 04:05 AM)Dan Wrote:  7) FORTRAN. No comment

Why? I really didn't mean that as a joke. FORTRAN means "FORmula TRANslator" and that is exactly what it does. And that is exactly what a programmable calculator is (usually) used for. Programs are easy to read and understand (an important feature for engineers like myself) and all the "exotic" data types are already there. Like double precision complex, which I used a lot many years back.
So much that most of my FORTRAN routines would have "IMPLICIT DOUBLE PRECISION COMPLEX (A-H,O-Z)" as their first line. I would have given an arm and a leg in those days for a FORTRAN capable pocket calculator!

Cheers
Max
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
C translator for calculator project - Dan - 05-06-2019, 05:18 AM
RE: C translator for calculator project - Maximilian Hohmann - 05-09-2019 10:54 AM



User(s) browsing this thread: 5 Guest(s)