src/misc.h

changeset 508
7ace3537a560
parent 507
fc76d38c3530
child 513
29eb671b34f6
--- a/src/misc.h	Wed Oct 16 23:07:59 2013 +0300
+++ b/src/misc.h	Wed Oct 16 23:20:35 2013 +0300
@@ -33,12 +33,7 @@
 extern const int g_primes[NUM_PRIMES];
 
 // Returns whether a given string represents a floating point number.
-bool isNumber (const str& tok);
-
-// Converts a float value to a string value.
-str ftoa (double num);
-
-double atof (str val);
+bool numeric (const str& tok);
 
 // Simplifies the given fraction.
 void simplify (int& numer, int& denom);

mercurial