View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
AG[_4_] AG[_4_] is offline
external usenet poster
 
Posts: 5
Default writing its own function

Dana DeLouis wrote:
Just a note. I believe the Erf function is 1 for numbers just short of 6 at
full machine precision.
You may want to consider:
If (Abs(x) =6 Then my_erf = 1


yes, eventually.