Top "Numeric" questions

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.

Inserting numeric data type using SQL statement in Java

I am writing a method which allows users to store their data within my database. The problem I have is …

java sql numeric javadb
Format decimal places for primefaces ext input numeric

I have some code as below (work fine) <pe:inputNumber value="#{myBean.myVal}" minValue="0" maxValue="999999999999999.999999999" emptyValue="1" thousandSeparator="." decimalSeparator="," /> …

jsf input primefaces numeric primefaces-extensions
How to convert Python decimal to SQLite numeric?

I have a program that reads financial data in JSON and inserts it into an SQLite database. The problem is …

python sqlite decimal numeric
How to extract numeric values from a structure object in R

I need to extract numeric values from a variable which is a structure combined with numeric values and names structure(…

r structure numeric names
c# forcing a numeric updown to only accept positive integers with try-parse

I've only been doing this a few days and I'm pretty confused. Everything else works fine, and the box only …

c# integer numeric updown