Double value : Double « Data Type « VBA / Excel / Access / Word






Double value

 
Sub AtnDemo()
    Dim pi As Double
    pi = 4 * Atn(1)
End Sub

 








Related examples in the same category

1.Double and Single
2.Mathematica does not understand 1.2E-03, use 1.2*10^-03 instead