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.
I want to use SYNCSORT to force all Packed Decimal fields to a negative sign value. The critical requirement is …
numeric mainframe jcl syncsort packed-decimalI have a column in a dataframe as follows: COL1 $54,345 $65,231 $76,234 How do I convert it into this: COL1 54345 65231 76234 The way …
r formatting currency numericIs there a way to key a numeric keypad without punctuations? <TextInput keyboardType='numeric' ..... /> if I use secureTextEntry={…
react-native keyboard numericPossible Duplicate: Declaration suffix for decimal type Hey everyone, In the following snippet of code; RewardValue is a decimal: dto.…
c# numericI'd like to be able to perform fits that allows me to fit an arbitrary curve function to data, and …
python scipy numeric curve-fitting pyminuitI'm using Sybase IQ and need to convert a field from string to NUMERIC. The field sometimes has characters other …
numeric sap-iqI have a Python function with 64 variables, and I tried to optimise it using L-BFGS-B method in the minimise function, …
python optimization scipy numeric mathematical-optimizationI want to recode some numeric values into different numeric values and have had a go using the following code: …
r numeric recode