Main public logs
Appearance
Combined display of all available logs of Rosetta Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:34, 12 February 2025 Zeddicus talk contribs created page Quicksort.hel (Created page with "===Introduction=== REXX does not have an 'include' facility nor 'arbitrary precision' mathematical functions out of the box. In previous REXX entries it was custom the have all needed routines and procedures copied into the program. This is cumbersome and redundant. Newer entries redirect to<br> Libraries and Pre processor and Include clause how to use them.<br> At the end of each entry you'll fin...")
- 13:33, 12 February 2025 Zeddicus talk contribs created page Quicksort.rex (Created page with "===Introduction=== In 2024 I started posting on RosettaCode and found the copy-and-paste way to get a working program annoying. Therefore I'll gather all procedures I have until now and present them here in a set libraries and stand-alone files. All files are contained in below self-extractor. Follow the instructions as given in the code and obtain the full rexx math package. See documentation for help and tips. ===Self-extractor=== <syntaxhighlight...")
- 16:31, 1 February 2025 Zeddicus talk contribs created page RxMathx.rex (Created page with "===Introduction=== ... See documentation for help and tips. ===Arbitrary precision real functions (rxm.cls) === <syntaxhighlight lang="rexx" style="overflow: scroll; height: 30em"> .local~my.rxm=.rxm~new(16,"R") ::Class rxm Public ::Method init Public Expose precision type Use Arg precision=(digits()),type='D' ::attribute precision set Expose precision Use Strict Arg precision=(digits()) ::attribute precision get ::attribute type set Exp...")
- 16:30, 1 February 2025 Zeddicus talk contribs created page RxMathx.hel (Created page with "===Introduction=== ... Category:REXX library routines")
- 13:06, 1 February 2025 Zeddicus talk contribs created page RsMathx.hel (Created page with "===Introduction=== ... Category:REXX library routines")
- 13:05, 1 February 2025 Zeddicus talk contribs created page RsMathx.rex (Created page with "===Introduction=== ... See documentation for help and tips. ===Arbitrary precision real functions (rxm.cls) === <syntaxhighlight lang="rexx" style="overflow: scroll; height: 30em"> .local~my.rxm=.rxm~new(16,"R") ::Class rxm Public ::Method init Public Expose precision type Use Arg precision=(digits()),type='D' ::attribute precision set Expose precision Use Strict Arg precision=(digits()) ::attribute precision get ::attribute type set Exp...")
- 13:00, 1 February 2025 Zeddicus talk contribs created page RsMath.hel (Created page with "===Introduction=== ... Category:REXX library routines")
- 12:59, 1 February 2025 Zeddicus talk contribs created page RsMath.rex (Created page with "===Introduction=== ... See documentation for help and tips. ===Arbitrary precision real functions (rxm.cls) === <syntaxhighlight lang="rexx" style="overflow: scroll; height: 30em"> .local~my.rxm=.rxm~new(16,"R") ::Class rxm Public ::Method init Public Expose precision type Use Arg precision=(digits()),type='D' ::attribute precision set Expose precision Use Strict Arg precision=(digits()) ::attribute precision get ::attribute type set Exp...")
- 10:59, 1 February 2025 Zeddicus talk contribs created page RxMath.hel (New page for ooRexx ::requires documentation)
- 10:59, 1 February 2025 Zeddicus talk contribs created page RxMath.rex (New page for ooRexx ::requires source)
- 07:11, 18 July 2024 Zeddicus talk contribs created page User:Zeddicus (Created page with "{{mylangbegin}} {{mylang|REXX|Expert}} {{mylang|COBOL|Expert}} {{mylang|ooRexx|Newbie}} {{mylang|SQL|Expert}} {{mylang|Pascal|Rusty}} {{mylang|RPL|Moderate}} {{mylangend}}")
- 09:23, 17 July 2024 Zeddicus talk contribs created page Mathematics.hel (Created page with "Category:REXX library routines")
- 10:03, 15 July 2024 Zeddicus talk contribs created page Mathematics.rex (Added REXX entry)
- 17:22, 6 July 2024 Zeddicus talk contribs created page Category:Rexx (First version)
- 13:01, 30 June 2024 User account Zeddicus talk contribs was created