ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Using Function (reposted) (https://www.excelbanter.com/excel-discussion-misc-queries/94187-using-function-reposted.html)

Jeff

Using Function (reposted)
 
Sorry,

I cant seem to be able reply to the response to my question.

I am using Microsoft 97.
All the variables are Dim as double

Sub Macro1()
Dim t1 As Double
t1 = 0.05
Call FunctCalc(t1)
End Sub

Sub FunctCalc(ttt)
Dim t2 As Double
t2 = (ttt + 1) ^ (1 / 12)
End Sub

t2 = 1.00407412390531

This is not the correct answer

Correct Answer = 1.00407412378365

Can anyone figure out what the problem is.

Thanks for your help

Bob Phillips

Using Function (reposted)
 
Both Bernie Dietrich and I replied to the previous question which was
different example than this, but this example comes out as 1.00407412378365
as you expected.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Jeff" wrote in message
...
Sorry,

I cant seem to be able reply to the response to my question.

I am using Microsoft 97.
All the variables are Dim as double

Sub Macro1()
Dim t1 As Double
t1 = 0.05
Call FunctCalc(t1)
End Sub

Sub FunctCalc(ttt)
Dim t2 As Double
t2 = (ttt + 1) ^ (1 / 12)
End Sub

t2 = 1.00407412390531

This is not the correct answer

Correct Answer = 1.00407412378365

Can anyone figure out what the problem is.

Thanks for your help





All times are GMT +1. The time now is 02:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com