D David Jan 29, 2004 #1 Does Access have the mathematical constant pi=3.141592...? If it does, how do you use it in when writing code?
Does Access have the mathematical constant pi=3.141592...? If it does, how do you use it in when writing code?
D DIOS Jan 29, 2004 #2 why dont you just use Public Const vbPI As Double = 3.141592..... It works just as well AGP
D david epsom dot com dot au Jan 29, 2004 #3 David said: Does Access have the mathematical constant pi=3.141592...? If it does, how do you use it in when writing code? Click to expand... pi = 4 * Atn(1) (3.1415926535897932587340685131) (david)
David said: Does Access have the mathematical constant pi=3.141592...? If it does, how do you use it in when writing code? Click to expand... pi = 4 * Atn(1) (3.1415926535897932587340685131) (david)