Share

EasyCalc

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Statics - Working with intervals

You are viewing a single message from this topic. View all messages.

  1. 2008-12-12 17:31:39 UTC
    You have the wrong interpretation of how range works.
    range(75.5:3:0) results in a list of 75 elements, with first element 3 and increment 0, i.e. a list of 75 times the value 3.
    The list command in your example results in a list with 75+80+85=240 elements:
    75 times 3, 80 times 8 and 85 times 5.
    See the manual (http://easycalc.sourceforge.net/manual/manual.html) for details.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.