Mention what is the Floating point numbers and what are the types of floating number in Swift?
Answer Posted / iosraj
Floating numbers are numbers with a fractional component, like 3.25169 and -238.21. Floating point types can represent a wider range of values than integer types. There are two signed floating point number
Double: It represents a 64 bit floating point number, it is used when floating point values must be very large
Float: It represents a 32 bit floating point number, it is used when floating point values does not need 64 bit precision
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is framework in swift?
Explain dictionary in swift.
What is ios swift?
What is swift nsarray?
What is set swift?
What is the difference between function and method in swift?
What is optional binding?
What is plist in ios?
What are the best ways of achieving concurrency in ios?
What is lazy stored procedure in swift and when is it used?
What are the different control transfer statements used in swift?
What is strong in swift?
How many types of closures are there in swift?
What do you mean by optional chaining in swift?
How do you make a swift bridging header?