Category "narrowing"

Check if number should be C++ float or C++ double using python

I am working on a simple C++ code generator created by excel parsing and I will need to distinguish between number type. I can deduce integer size (e.g. uint_32

Narrowing conversion on a (int64_t * static_cast<float>(double))

I'm fixing some lint errors in a codebase I am working with, and I see the following line // note offset is int64_t, scale is int64_t, x is double int64_t y = o