I know this might be a simple question but I didn't find an answer for Swift: How can I display a Float variable in a label. I get the error: "Float is not convertible to String".
I don't want to convert the float into string because I want to calculate with it...