Index
Numbers

ArtSGraph operates with integers and decimal numbers. Negative numbers should be
preceded with minus sign. Decimal part is separated with decimal point (dot).
Exponential format is allowed. Examples:

4         -4.44         2e-3                2.87e-5
    4         -4.44         2*10-3                2.87*10-5

Numbers pi and e are pre-defined. You can use denotations to obtain their values:

pi                e

   3.1416     2.7183