Nathalie Jarosz wrote:
const alpha = Real (4.910); zim = Real (0.263); lambda = Real (0.175);
Ok, but I need these true values, so?...
So what? These are numeric constants, and if you give them the type "Real" explicitly this does not change anything.
(Well, it does affect the precision of the values, but with three digits given after the decimal point, this does not matter.:-)
Hope this helps,
Peter