View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Floating Point Functions

Hello,

Is there a way to determine the functions that get called when adding to
floating point numbers within Excel?

For example, let's say I put 2.43 in A1 and 5.43423 in B1. Then in C1, I do
a SUM(A1:B1). I would like to know the APIs that get called to make that SUM
happen and the DLLs that are the host of those APIs.

Thanks.