Mention what is the Floating point numbers and what are the types of floating number in Swift?
Answer / 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 |
What is weak in swift?
What are the different ways to pass data in swift?
What is the synonym of swift?
What do you do when you realize that your app is prone to crashing?
What is cocoa swift?
Can you explain regular expression and responder chain?
Does swift have a garbage collector?
What is mvc architecture in swift?
What is differences in swift 1.x, 2.x, 3.x, 4.x?
What is clean swift architecture?
What is race condition in swift?
Mention some advantages of swift?