Double precision floating-point format is a 64 bit data type used for storing fractional numbers.

learn more… | top users | synonyms

0
votes
2answers
39 views

Unable to change NSNumber to Double and do some calculations with it

my problem is that i have an Array that holds some double values NSArray *level4results = [context executeFetchRequest:request error:&error]; then i sum up all the values in that array ...
0
votes
1answer
8 views

Double Entry in Database when inserting from form using PHP & MySQL

I am trying to create a web application. I am new to PHP & MySQL. When I insert data into my table using PHP, double records of the entry are made into the table. I am using XAMPP. Please help me ...
0
votes
0answers
15 views

Convert Integer to Double in MIPS

I want to divide two values that are in $tn registers. I have to divide these two values to get a double result but the function div only returns the integer part of that division can anyone help ...
0
votes
3answers
28 views

C# How do I shorten my double when I converted bytes to megabytes?

Hello I made a updater that downloads update files but I always used bytes as indication now I found a way to convert it to megabytes, it works good but one little problem it returns HUGE numbers for ...
-3
votes
1answer
56 views

Passing a double pointer to a function as reference - c

I'm having hard times trying to pass the reference of double pointer to a function. I have this: #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX_ROWS 2 ...
0
votes
0answers
25 views

Implement sound Interval Arithmetic

How to implement sound Interval Arithmetic in Java? I need to implement a sound interval arithmetic with java. Let's take the type double as example, we use an iterval [0.09999....005, ...
1
vote
3answers
40 views

Loading Data From Comma Separated Text File to 2D Array?

I am trying to load data from a text file that looks like this: 161,77,88,255 0,44,33,11,111 etc. I have functions to manipulate it, and am ensured that the array is the correct size (which may ...
4
votes
1answer
128 views

Set precision of std::to_string when converting floating point values [duplicate]

In C++11, std::to_string defaults to 6 decimal places when given an input value of type float or double. What is the recommended, or most elegant, method for changing this precision?
2
votes
4answers
53 views

Why here different results in java for long and double with same values

public static void main(String[] args) { double firstDouble = 1.8d; double secondDouble = 1.65d; float firstFloat = 1.8f; float secondFloat = 1.65f; ...
2
votes
3answers
62 views

Converting string to double always gives me wrong representation

I want to convert this string "0.00071942446044" to double by using Double.parsedouble method but it always gives this answer 7.1942446044E-4 Is there any idea to convert it to double but keeping ...
2
votes
3answers
37 views

Matlab: your opinion about a small memory issue working with matrix

I have a small question regarding MATLAB memory consumption. My Architecture: - Linux OpenSuse 12.3 64bit - 16 GB of RAM - Matlab 2013a 64 bit I handle a matrix of double with size: 62 x 11969100 ...
0
votes
3answers
61 views

c++ : correct way to calculate power for large no

I am trying to calculate 65^17 using c++. I wrote following code but getting wrong value when 65^11 . What is the correct way to calculate the answer ? ( i.e. 65^17) Code : long double data= 1; int ...
0
votes
1answer
23 views

Pubby doesn´t show xsd:double. (semantic web & opendata)

I have a Virtuoso Server to serve triples about domotical sensors. There is a pubby configured to resolve the URIS of the resources. Let´s consider a device, which has the following triples: @prefix ...
6
votes
3answers
68 views

toString() method within System.out.println() a double call?

A professor of mine once said that the following code should never be done: System.out.println(object.toString()); He said (and I believe cited "Effective Java") it causes a double call. Since ...
0
votes
2answers
34 views

Android - Double Value Error only on Real Device

Here is a fragment of my app used to show a graph using achartengine: private void addSampleData() { ... DecimalFormat twoDForm = new DecimalFormat("####.##"); for(i=0; i<count; i++){ list[i] = ...
0
votes
1answer
16 views

Why is my header double the height in IE

Hi guys I'm very new to webdesign and the more I learn the more I realize that IE is a bit of a jerk when it comes to how it renders. In firefox and chrome everything works right but in IE my header ...
1
vote
3answers
39 views

Multiply long or BigInteger by double without loss of precision

I want to multiply a high precision integer (long or BigInteger) by a small double (think about something > 0 and < 1) and get the arithmetically rounded integer (long or BigInteger) of the exact ...
0
votes
2answers
33 views

double field type declaration as zero

What is significant difference between following zero double variable declaration: 0.0 VS 0d double d1 = 0.0; double d2 = 0d; I understand that both these are better than just 0,because are more ...
-1
votes
2answers
33 views

function does not work in Matlab [closed]

I am surprised why following code does not work function [ x ] = generate2(N,m,A3) f1 = 100; f2 = 200; T = 1./f1; t = (0:(N*T/m):(N*T))'; %' q=randn(500,1); wn = randn(length(t),1); %zero mean ...
0
votes
5answers
74 views

Having troubles with doubles

after long hard work, I have finally completed (almost) my java menu program. However, I am having trouble getting my return change function to work at the end of my code. It is giving very odd ...
0
votes
2answers
30 views

output for a texteild is zero rather then an actual result

This is a strange output, I seem to trigger the alert view each time, and the value for num1 would be 0.50 which is fine. When I click calculate the alert field is triggered, and what's more num1 is ...
-3
votes
1answer
52 views

Double increment

I am try to workout a table like below image. I have tried using for loop but cant seem to get the right outcome. Can someone help me out here.. Thanks loads! This my code: double XCor = 10; double ...
4
votes
2answers
34 views

Value of 1024 has one bit more in binary representation that value of 1

The output of following code: System.out.println( Long.toBinaryString( Double.doubleToRawLongBits( 1 ) ) ); System.out.println( Long.toBinaryString( Double.doubleToRawLongBits( 1024 ) ) ); Is: ...
5
votes
3answers
99 views

How to send by socket C++ compatible struct from Java?

Suppose there is already written, unchangeable host program, that receives such C++ struct by socket: #pragma pack(push, 2) struct Data { double x; double y; double z; long frameNumber; }; ...
1
vote
0answers
65 views

Double.MaxValue crashes mixed Native/C# application

We have a problem with an application crashing when it calls a method that uses Double.MaxValue. This is true running in the debugger as well as in the release version, and happens under 32-bit XP as ...
1
vote
6answers
73 views

How to store three small numbers into one double?

I have int A, B, C. And A is in range 0-9999, B is 0-99, C is 0-99. Because the function must return only one double, I think of putting them all into one number. Otherwise I need to call function ...
1
vote
2answers
88 views

How to get the opposite side of round()/floor() in C?

I have double a=1234.5678, now I can get 1234 by floor(a), but how do I get 0.5678? I know I can just subtract a-floor(a), but is there a function in the runtime library?
0
votes
2answers
53 views

Double to Number

How to convert Double to Number in Java, like in the code below? public Number parse(String text, ParsePosition status) { // find the best number (defined as the one with the longest parse) ...
0
votes
0answers
25 views

How to print double or float number without losing precision?

When I want to output a double (or float) number, such as 4.999999999999999999999, which is over the double precision (15 digits), the result of double is 5.000000000000000 and the result of float is ...
1
vote
3answers
57 views

Reading only Doubles don't work

I have a problem reading double values from txt file. My program only converts ints to doubles, but i want to ignore them. Example file: 1 2 3 4.5 5 6 7 8.1 9 10 11 12.7 Here is my code: File ...
0
votes
1answer
64 views

Recursive parameters for quicksort

I'm trying to implement a simple Quicksort Algorithm (Doubly Linked List, circular). The Algorithm works pretty well, but it's much too slow, because of the following operation: iEl = ...
0
votes
4answers
41 views

Double wont show on ASPX Page

I am trying to show the value of the query below (Total) on the ASPX page and I keep getting 0. When I put in a breakpoint and debug total all equals 15.0 as it should. The value is saved as a decimal ...
0
votes
2answers
53 views

Converting input to a double in Java 1.4.2

there is a section in a school project where I need to convert input to a double, to be multiplied by another double, and I keep getting "error: int cannot be dereferenced" for the following code: ...
0
votes
3answers
59 views

Objective-C: Convert the entire double value to string without losing data

I have the following double value: 0.000900137869045636 which I would like to convert to a NSString. I've tried the following code, but no matter what, it rounds the value to this: 0.000900138 ...
-1
votes
2answers
85 views

Visual Studio 2010 C# Double [closed]

I've had problems while converting Decimal to Double in C#. Instead of 0.3 I was getting 0.2999999999999 When I debug a little bit, I've seen that conversion is not the problem. See the print ...
1
vote
3answers
39 views

php foreach is outputting everything twice

everything works fine, but the output is being listed twice. so it echos out: 'output a' 'output a' 'output b' 'output b' 'output c' 'output c' and so on. when i do a mysql query in phpmyadmin, ...
3
votes
2answers
73 views

string.format(format,doubleValue) , precision lost

I have this double value: var value = 52.30298270000003 and when I convert it to string, it losses its precision: var str = string.Format("{0} some text...", value); Console.WriteLine(str); // ...
-1
votes
1answer
18 views

ArrayDeque to array

I have built an arraydeque and want to pass those Double values as an array to a constructor. The constructor is built to process the array values individually to a certain condition. When using ...
0
votes
3answers
46 views

Easy C++ bloodshed dev c++

Why is this printing 1??? Its driving me INSANE. Should be printing 1.01005016708 I am using bloodshed dev c++ to compile #include <iostream> #include <cmath> #include <algorithm> ...
0
votes
1answer
15 views

Javascript: Error in String Concatenation

So I have this javascript function: function show_courseline (course_index, repeats) { var s = ""; var count = 0; while (count < repeats) { s = s + 'Number: ' + ...
1
vote
1answer
17 views

Linq to SQL search for wildcard in double

In a Linq to SQL I am trying to search for a value of the type double: var q = from a in db.GetTable<HKKS_Medlemmer>() from g in db.HKKS_Get_grader_Kun_Grad(Convert.ToInt32(a.Skif)) ...
2
votes
4answers
83 views

Strange behavior of floor()

I develop a c++ app (Windows 7, 64 Bit, VS 2008) where the following formula is used (all vars are of type double): mValue = floor(mValue/mStepping)*mStepping; The idea is to shorten a number to a ...
0
votes
2answers
47 views

Invalid double in converting String to Double

i get a NumberFormatException : invalid double "111,000,000" in this line of code : double SalePotential = Double.valueOf(EtPotential.getText().toString()); in the beginning i've used Numberformat ...
1
vote
1answer
46 views

Converting 2D cell of 2D matrices (consistent sizes) into 4D matlab double

Searching around here one finds many questions how one can convert cell arrays of doubles into one big matrix. In my application I have a two dimensional cell array (lets call it celldata of size m ...
2
votes
2answers
25 views

Several decimal for double in JAXB

I create XML with JAXB, and I want to put double inside tags: @XmlElement(name = "TaxFree") private double taxFreeValue; When I set value with setTaxFreeValue(4.5); in tags shows ...
0
votes
0answers
15 views

MS Access get int from textfield

I have a form and I need to get integer value from textfield. Dim year As Integer year = Val(TextField.Value) I've tried to use that, but Val returns double, so I need either function which ...
2
votes
0answers
60 views

Declare a pointer to pointer inside C# struct

How to convert this c++ struct into C# equivalent? typedef struct readdirplus_hash_bucket { ifs_rdplusbucket **hash; int hash_size; } ifs_rdplushashbucket; I stuck in double pointer. ...
1
vote
1answer
41 views

Decimals, Integers, and Doubles in Visual Basic

I'm a high school student learning coding in my pastime and I got stuck while learning Visual Basic. I'm having trouble figuring out the difference between Decimals, Doubles and Integers. I have ...
0
votes
1answer
43 views

How to mask double (with Exp) in XamNumericEditor (WPF)

I want to be able to validate user input in a field inside a Data Grid (XamDataPresenter). The input suppose to be double, in the format 1.7E+3 This is the filed settings in XAML: ...
2
votes
0answers
75 views

c# double modulus returns 0 with “Optimize Code” turned on

So I made my own struct to represent angle values, with some convenience methods. However, while it works in Debug mode, when turning on optimizations in Release mode, my code behaves differently. Am ...

1 2 3 4 5 42