For questions related to numerical precision in programming.
This question arose out of something strange that I noticed after investigating this question further... I always understood MATLAB variables …
variables matlab floating-point precisionWhat class should I use for representation of money to avoid most rounding errors? Should I use Decimal, or a …
python currency rounding-error arbitrary-precision precisionI am having a hard time understanding the precision parameter p for float(p) in PostgreSQL. For example, float(1) and …
postgresql floating-point precision sqldatatypes floating-point-precisionI'd like to vary the precision of a double representation in a string I'm formatting based on user input. Right …
java string rounding precision floating-accuracyI recieve this error while trying to obtain the recall score. X_test = test_pos_vec + test_neg_vec Y_…
python machine-learning precision precision-recallI am writing a program where I need to delete duplicate points stored in a matrix. The problem is that …
matlab floating-point precisionI have really simply question about DECIMAL (and maybe NUMERIC) type in SQL Server 2008 R2. MSDN said: (scale) The maximum …
sql-server decimal scale precisionI have a floating point number that I want to truncate to 3 places but I don't want to round up. …
ruby math floating-point decimal precision