next up previous
Next: Units Up: General Syntax Previous: Number format


Range specification

Range of numbers (integers or real numbers) can be given in the format N0$ \sim$ N1. Integer ranges are expanded into a list of integers starting from N0 (inclusive) to N1 (inclusive). Range of real numbers is used to select all values between N0 and N1 (including the boundaries). E.g.

Integer ranges:

Floating point ranges:



Sanjay Bhatnagar 2012-11-26