Jump to content

Determine if a string is numeric: Difference between revisions

(added APL)
Line 362:
// prints: "-123.4e5" is numeric
// prints: "Not a number" is not numeric
// how to check the whole string to make sure it is numeric?
 
=={{header|OCaml}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.