Thread
:
writing its own function
View Single Post
#
8
Posted to microsoft.public.excel.programming
AG[_4_]
external usenet poster
Posts: 5
writing its own function
Dana DeLouis wrote:
Not sure, but if 'x' were -2, is this what you are trying to do?
yes
Sub Demo()
Dim v
v = Sgn(-2) * [Erf(Abs(-2))]
End Sub
why do you use [.] and not simply (.)
v=Sgn(-2) * Erf(Abs(-2)) ?
Reply With Quote
AG[_4_]
View Public Profile
Find all posts by AG[_4_]