# .args. -number:float32 class LargeFloat32Literals def main is shared # < max Decimal a as number = 79_228_162_514_264_337_593_543_950_33.4 assert a.getType is float32 # literal > max decimal b as number = 80_228_162_514_264_337_593_543_950_335.1 assert b.getType is float32 c = 85_228_162_514_264_337_593_543_950_335.1 assert c.getType is float32 d = 4n assert d.getType is float32