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