Really supremely dumb question:
My understanding is that "Double" number types are floating point, so one introduces a bit of error in calculations when using said number type.
1. Is "Single" a floating point number type?
2. For the sake of precision, is it best to establish a datatype of say decimal with a bunch of decimal places?
Appreciate the thoughts. -->Just because you can, doesn't mean you should.
My understanding is that "Double" number types are floating point, so one introduces a bit of error in calculations when using said number type.
1. Is "Single" a floating point number type?
2. For the sake of precision, is it best to establish a datatype of say decimal with a bunch of decimal places?
Appreciate the thoughts. -->Just because you can, doesn't mean you should.