C2702: Number too large for float

[ERROR]

Description

A float number larger than the maximum value for a float has been specified.

Example
  float f = 3.402823466E+300F;

  
Tips

Correct the number.

See also