Compiler Warning (level 1) C4216

nonstandard extension used : float long

Microsoft C/C++ treats float long as double. Use double to maintain compatibility.

This extension can prevent your code from being portable to other compilers and will generate an error under the /Za command-line option.