Fairly simple question, but I know I'm going to have to clarify - I am NOT talking about doing operations of any kind.
I have some currency values and other decimal values that need to be handled. Is it safe to store them as floats, and when any sort of operation needs to be done, convert them to integers, and then back to floats (assume I can handle the decimal places). I understand precision errors when doing math with floats, but is there anything explicitly dangerous about simply storing them for ease of use?