//flex table opened by JP

Click to See Complete Forum and Search --> : Floating Point Division By Zero


texas_ex
07-09-1999, 01:49 PM
I just built a computer and occasionally get this error when running applications. I was wondering if this was due to software or hardware. Any help would be greatly appreciated.


Exception EZeroDivide in module ASM1781D.DLL at 0000195D.
Floating point division by zero.


ASUSPROB caused an invalid page fault in module VCL35.BPL at 015f:4130714c.
Registers:
EAX=00a610e4 CS=015f EIP=4130714c EFLGS=00010297
EBX=41307144 SS=0167 ESP=0072fc30 EBP=0072fc44
ECX=0072fc4c DS=0167 ESI=0070acfc FS=2f07
EDX=41307149 ES=0167 EDI=0072fc24 GS=2f26
Bytes at CS:EIP:
00000000 413089dc 00000000 00a610e4 41300000
0072fc5c 41307190 0072fe28 413071d4 0072fc5c
413f6108 0072fc70 41308a9a 41308b0a 41300000
8171b330

Steve R Jones
07-10-1999, 06:06 AM
These won't exactly answer your question, but what the heck:
floating point
A method for storing and calculating numbers in which the decimal points do not line up as in fixed point numbers. The significant digits are stored as a unit called the mantissa, and the location of the radix point (decimal point in base 10) is stored in a separate unit called the exponent. Floating point methods are used for calculating a large range of numbers quickly.

Floating point operations can be implemented in hardware (math coprocessor), or they can be done in software. In large sysems, they can also be performed in a separate floating point processor that is connected to the main processor via a channel.
divide overflow
A program error in which a number is accidentally divided by zero or by a number that creates a result too large for the computer to handle.

smunzli
07-10-1999, 06:23 PM
texas_ex

is your cpu greater than 233mhz?

if so check out this site at intel

support.intel.com/support/processors/pentiumII/run200.htm (http://support.intel.com/support/processors/pentiumII/run200.htm)