Post Reply 
[VA] SRC#001 - Spiky Integral
07-15-2018, 07:53 PM
Post: #20
RE: [VA] SRC#001 - Spiky Integral
(07-15-2018 07:35 PM)Gerson W. Barbosa Wrote:  
(07-15-2018 06:26 PM)Thomas Klemm Wrote:  PS: Is there a better way to create a list of m zeros?

Better, but probably not the best way, at least on the 49/50g:


« { m } 0 CON AXL »

Gerson's method above is also how I would do it if the ListExt library isn't available.

Using the ListExt library:

« 0 m LMRPT »

Creating a list of 1000 0s with the CON method: 0.77s
Creating the same list with the ListExt command: 0.07s

Either should give reasonable performance in this scenario.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [VA] SRC#001 - Spiky Integral - pier4r - 07-11-2018, 11:10 AM
RE: [VA] SRC#001 - Spiky Integral - Pjwum - 07-12-2018, 10:32 AM
RE: [VA] SRC#001 - Spiky Integral - DavidM - 07-15-2018 07:53 PM
RE: [VA] SRC#001 - Spiky Integral - Werner - 07-18-2018, 06:17 AM



User(s) browsing this thread: 1 Guest(s)