Skip to content

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…

Notifications You must be signed in to change notification settings

Shaaf999/Detect-Floating-Point-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

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

No packages published