by bnolan001 on 9/4/22, 12:30 PM with 18 comments
by somat on 9/6/22, 6:53 AM
After making a nice matrix style rain, my next mission was an analog clock, but it turns out that rexx on cms had no trig library for the hands, so I found an algorithm for sin and friends at nists function library, this algorithm requires the power function and guess what rexx was also missing, that's right, the power function, so had to do that as well, after some very dubious power and sin code there it was, the finest analog clock on 3270 terminal ever made.
sigh, fond memories.
sadly I lost that code when I changed jobs.
But huge respect to nist for taking the time to document these important functions.
by carapace on 9/6/22, 12:15 AM
by raphlinus on 9/6/22, 4:44 AM
by csdreamer7 on 9/6/22, 2:10 AM
by deknos on 9/6/22, 6:55 AM
So that we have a clear table of functions where implementations could test against.
by ThinBold on 9/6/22, 8:50 AM
by alfiedotwtf on 9/6/22, 8:43 AM
by tempodox on 9/6/22, 11:20 AM
Does anyone know of an open-source C or Fortran implementation?
by madengr on 9/5/22, 11:03 PM