Trigonometric functions: Difference between revisions

Content added Content deleted
(ooRexx added)
m (→‎{{header|ooRexx}}: add lang tag)
Line 1,589: Line 1,589:
rxCalcexp(x) limits x to 709. or so and returns '+infinity' for larger exponents
rxCalcexp(x) limits x to 709. or so and returns '+infinity' for larger exponents
</pre>
</pre>
<lang>/* REXX ---------------------------------------------------------------
<lang oorexx>/* REXX ---------------------------------------------------------------
* show how the functions can be used
* show how the functions can be used
* 03.05.2014 Walter Pachl
* 03.05.2014 Walter Pachl
Line 1,620: Line 1,620:
rxmsin(1) =0.84147098480789650665250232163029899962256306079837</pre>
rxmsin(1) =0.84147098480789650665250232163029899962256306079837</pre>


<lang>/*********************************************************************
<lang oorexx>/*********************************************************************
* Package rxm
* Package rxm
* implements the functions available in RxMath with high precision
* implements the functions available in RxMath with high precision