APL ∊ BCN: Difference between revisions

Jump to navigation Jump to search
(→‎Meetings: 1 not needed)
Tags: Mobile edit Mobile web edit
(→‎Meetings: added floor in order to run correctly with any selected accuracy)
Tags: Mobile edit Mobile web edit
Line 17: Line 17:
* In pseudocode: int(100000*sqrt(3)).
* In pseudocode: int(100000*sqrt(3)).
* In APL: <source lang=apl inline>⌊100000×3*÷2</source>  [https://tryapl.org/?clear&q=%E2%8C%8A100000%C3%973*%C3%B72&run Run it!].
* In APL: <source lang=apl inline>⌊100000×3*÷2</source>  [https://tryapl.org/?clear&q=%E2%8C%8A100000%C3%973*%C3%B72&run Run it!].
* In J: <source lang=j inline>(100000*3^%2);(100000*%:3)</source> [https://tio.run/#%23y/oPBDZ6hgYgoKVqZQwA Run it!].
* In J: <source lang=j inline><.100000*3^%2</source> [https://tio.run/##y/oPBDZ6hgYgoGUcp2oEAA Run it!].


=== General meetings ===
=== General meetings ===