up: programming - algorithms - graph drawingprev: programming - algorithms - graph drawing calculating the scaling factors 
programming - algorithms - graph drawing drawing a scaleWhat links here?
Prerequisites:

Steps:

function increment(x: real): real;
var e: real;


begin enter('increment'); e:= int(log(x)); x:= x / pwr10(Trunc(e)); if (0 < x) and (x ≤ 0.1) then x:= 0.1 else if (x ≤ 0.2) then x:= 0.2 else if (x ≤ 0.5) then x:= 0.5 else if (x ≤ 1.0) then x:= 1.0 else if (x ≤ 2.0) then x:= 2.0 else if (x ≤ 5.0) then x:= 5.0 else then x := 10.0; increment:= x * pwr10(Trunc(e)); leave('increment'); end;
programming - algorithms - graph drawing drawing a scale
programming - language - c language
MC6802 - instruction set - Copy stack pointer to Index Register
code vault - strtail
filename:programming - algorithms - graph drawing drawing a scale
filename:programming%20%2D%20algorithms%20%2D%20graph%20drawing%20drawing%20a%20scale
last edit:November 01 2015 19:50:52 (3914 days ago)
ct = 1784674741.000000 = July 21 2026 18:59:01
ft = 1446425452.000000 = November 01 2015 19:50:52
dt = 338249289.000000