473,669 Members | 2,386 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Incorrect result using Decimal data type

xfx
Please consider this code:

----------

Dim i As Decimal
Dim p As Decimal = 31D

i = (2D ^ (p - 1D)) * (2D ^ p - 1D)

----------

Variable "i" should be equal to "23058430081399 52128" but, for some reason,
variable "i" becomes "23058430081399 50000".

Am I doing something wrong, am I missing something or is this a bug?
Nov 21 '05 #1
2 1264
"xfx" <xf*@discussion s.microsoft.com > schrieb
Please consider this code:

----------

Dim i As Decimal
Dim p As Decimal = 31D

i = (2D ^ (p - 1D)) * (2D ^ p - 1D)

----------

Variable "i" should be equal to "23058430081399 52128" but, for some
reason, variable "i" becomes "23058430081399 50000".

Am I doing something wrong, am I missing something or is this a bug?

Another reason why Option Strict should always be On. You can enable it in
the project properties (General -> Build: Option Strict [On].

After switching it on, split your calculations into multiple steps to follow
the calculation of the final value.
Armin

Nov 21 '05 #2
xfx,
Are you using VS 2003 or VS 2005?

You might consider using a Shift operator instead of the Exponentiation
operator. Something like:

Dim i As Long
Dim p As Integer = 31

i = (1L << (p - 1)) * ((1L << p) - 1)

Remember the Exponentiation operator is defined for type Double only. So
although your operands are all Decimal, they are being implicitly being
converted to & from Double for the expression.

Hope this helps
Jay

"xfx" <xf*@discussion s.microsoft.com > wrote in message
news:E8******** *************** ***********@mic rosoft.com...
| Please consider this code:
|
| ----------
|
| Dim i As Decimal
| Dim p As Decimal = 31D
|
| i = (2D ^ (p - 1D)) * (2D ^ p - 1D)
|
| ----------
|
| Variable "i" should be equal to "23058430081399 52128" but, for some
reason,
| variable "i" becomes "23058430081399 50000".
|
| Am I doing something wrong, am I missing something or is this a bug?
Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2293
by: Suvodip Mukherjee | last post by:
Hi, I am facing a problem using the DBLIBRARY API dbconvert(). When dbconvert() is used to convert a MS SQL Server MONEY data type to DECIMAL and then to STRING, the scale is getting lost. eg. 41.98 returns 41.97999 123456789123456.98 returns 123456789123456.97000 The code snippet in VC++ is given as follows:
2
2363
by: swhite76 | last post by:
I have a section of code that adds some double values and gives an incorrect result. This occurs with data that isn't really waht I would call high precision. An example is the following code snippet: --------------- double a = 2.7; double b = 2.7; double c = 0.001; double result=0;
10
2114
by: teddysnips | last post by:
Application is a Work Tracking/Timesheet database. The increments of work are stored in the TimesheetItem table. This contains, inter alia, the Work Code, the Start and the Duration that the employee spent that day on a particular project. Some employees in the Network Support Department don't complete a standard 7.5 hour day for various reasons, so for every Network Support person I need to update these particular days with an amount...
4
9907
by: Carl | last post by:
Can you tell me what is wrong with this syntax ? string select = "UPDATE .. " + "(,,,,,,, ,,,, ,,, , , , ) " + " VALUES (@id,@clientid,@total,@tps,@tvq,@gtotal,@datefac,@datepay,
0
1327
by: Brian Tkatch | last post by:
I think the VB .NET parameter has incorrect automatic argument when it comes to DECIMAL. That is, precision is never set. Example: CREATE a TABLE with a DECIMAL in it. Start a VB Project Windows Application. Project=>Add Reference=>IBM.data.db2.dll Open the IBM Explorer Setup a DB connection.
11
2244
by: RipperT | last post by:
Don't know if this group covers web apps, but here goes. In VS 2005, I am trying to get variables to hold thier values during postback from the server. I convert a text box's user-keyed value to an integer and assign it to a module level variable, then convert the variable and assign it to a hidden text box, setting it's EnableViewState to true so it returns with the reload. Then in the form's load event, I attempt to convert the contents...
3
9036
by: =?Utf-8?B?RmFiaW8=?= | last post by:
Hi Looking at the following code ... double a = 100.1; double b = 0.1; double c = a + b; I would like to know why the value of c is 100.19999999999999 and not 100.2?
0
8306
by: roamnet | last post by:
hi i created database file with .mdf extention ,sql server as a source and use grid view to display data there're no problem in data retrieve and display,but i want to edit it or insert new records there is an error "Incorrect syntax near '-'. Must declare the scalar variable "@UserName". I worked out in design view,code is automatically generated.Iam not able fix the error. Iam working with Visual Web Developer-2005 Express Edition
9
7415
by: Elroy Flynn | last post by:
Decimal a = 42.485M; Decimal b = 48M; Decimal c = a / b; Console.WriteLine(c.ToString()); gives the result 0.8851041666666666666666666667 The correct, exact answer is .885. I know that floating point types cannot represent some values
0
8465
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8383
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8895
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8809
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8588
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7407
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.