What is floating point number in swift?
Answer / Sanjeev Singh Tamori
"Floating point numbers are a type of real number that can represent subnormal, zero, and normal numbers as well as positive and negative infinity and NaN (Not-a-Number). In Swift, floating point numbers are represented by the types Float and Double. They can be created using literals or by converting other numeric types."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the new feature in swift 4.0?
Mention what is the characteristics of Switch in Swift?
What are the different control transfer statements used in swift?
Is swift open source?
What are the different floating point numbers in swift?
What are the differences between a struct and a class?
What is an in-out parameter in swift?
What is tuple? How to create a tuple in swift?
Does apple use swift internally?
How does swift achieve multiple inheritance?
Explain the usage of class and benefits of inheritance.
What is a tuple in swift?