This tag is for questions concerning problems using numbers which either cannot be exactly solved, or where the exact solution may be much more difficult to acquire than by using numerical methods.
Has anyone got an idea if there is any inbuilt functionality in Go for converting from any one of the …
binary go numericbc doesn't like numbers expressed in scientific notation (aka exponential notation). $ echo "3.1e1*2" | bc -l (standard_in) 1: parse error but …
bash numeric floating-accuracy bcIs there a better way than this to check if a DataColumn in a DataTable is numeric (coming from a …
c# numeric datacolumnI have following code: Tools::Logger.Log(string(GetLastError()), Error); GetLastError() returns a DWORD a numeric value, but the constructor …
c++ numeric stdstringI have a number in base 10. Is there anyway to translate it to a base 62? Example: echo convert(12324324); // returns Yg3 (…
php encoding character-encoding numeric alphanumericI'm trying to find rows where the first character is not a digit. I have this: SELECT DISTINCT(action) FROM …
mysql regex numericCould someone please tell me if go supports automatic casting of numeric types. Right now I have to manually convert …
casting go numericI have this character vector but I need to convert this to numeric. >iono_test_y [1] "g" "b" "b" "…
r numeric r-factoras the title states: I have a select query, which I'm trying to "order by" a field which contains numbers, …
sql string sqlite sql-order-by numeric