-
Notifications
You must be signed in to change notification settings - Fork 0
You are given a string . Your task is to verify that is a floating point number. In this task, a valid float number must satisfy all of the following requirements: Number can start with +, - or . symbol. For example: ✔ +4.50 ✔ -1.0 ✔ .5 ✔ -.7 ✔ +.4 ✖ -+4.5 Number must contain at least decimal value. For example: ✖ 12. ✔ 12.0 Number must have exa…
Shaaf999/Detect-Floating-Point-Number
About
You are given a string . Your task is to verify that is a floating point number. In this task, a valid float number must satisfy all of the following requirements: Number can start with +, - or . symbol. For example: ✔ +4.50 ✔ -1.0 ✔ .5 ✔ -.7 ✔ +.4 ✖ -+4.5 Number must contain at least decimal value. For example: ✖ 12. ✔ 12.0 Number must have exa…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published