My formulas are giving me nonsense results! Whats going on?
Gnuplot does integer, and not floating point, arithmetic on integer expressions. For example, the expression 1/3 evaluates to zero. If you want floating point expressions, supply trailing dots for your floating point numbers. Example: gnuplot> print 1/3 0 gnuplot> print 1./3. 0.333333 This way of evaluating integer expressions is shared by both C and Fortran. Q7.6: My Linux gnuplot complains about a missing gnuplot_x11.
Related Questions
- What will be the average age of the infant when the results are reported? What is going to be the lower age limit of reporting?
- Is there going to be a training video (Desired Results Developmental Profile-Revised (DRDP-R)) or training materials?
- My formulas are giving me nonsense results! Whats going on?