Is this intended behavior? I can't seem to find it documented anywhere, I would think the loss in precision would atleast be a warning.

real x = 10;
float y = x; // No error or warning

real to double and double to float also work.

Reply via email to