What is the smallest number that VB 6 can understand? I am writing a program that needs to find the numeric derivative of a function using the definition of a derivative (Limit as h approaches 0 of (f(x+h)-f(x))/h. It seems like using the inverse of a double number would be the smallest. Is there anything smaller?

Thanks -Eric