Decimal is the name for our common base-ten numeral system.
I’m trying to format some numbers with jQuery. I would like to get the user’s regional settings for …
javascript jquery decimal currency-formatting regional-settingsSo I have a decimal field with precision 2 in the database, meant to be used for currency. It works fine …
ruby-on-rails decimal simple-formThis seems to have been asked before: rails decimal precision and scale But when running a change_column migration for :…
ruby-on-rails migration decimal precision scaleThis is probably a newb question but...I was working on a db in SQSH and it had integer type …
sql sql-server integer decimal sqshI've been trying to use decimal values as params for a field attribute but I get a compiler error. I …
c# parameters attributes decimalI need to store currency exchange rate data in the SQL 2008 database. I would like to keep rate as a …
sql tsql decimal currency currency-exchange-ratesI'm heaving trouble finding the right regex for decimal numbers which include the comma separator. I did find a few …
regex decimal commaWe have a request to implement our webservice response so that xsd:decimal fraction digits will be zero-padded when it's …
xsd design-patterns decimal pad