RSP Test Page

This page acts as a little REXX calulator. You enter a math expression to be solved and REXX will print the answer.

'' then do numeric digits numdigits interpret 'expresult='exp numeric digits end if expresult <> "" then do say "

Result of previous expression:" say "
"exp"="expresult say "

" end ?>

Digits of precision

Enter a legal REXX math expression :

(You may use any valid builtin rexx function, + sin(a), cos(a), atan(a), sqrt(a), log(a), exp(a), pow(a, b), which are part of the HHNS 'Common Rexx interface' package).

' ?>

See the RSP page

back to R.S.P. index ' say 'REXX syntax error:' say format(sigl, 6) '*-*' sourceline(sigl) say 'Error' rc 'running' pgm 'line' sigl': ' errortext(rc) say '' say '' say '' exit 0 ?>