Pi = 3.1415???

D

David

Does Access have the mathematical constant pi=3.141592...?

If it does, how do you use it in when writing code?
 
D

DIOS

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

David said:
Does Access have the mathematical constant pi=3.141592...?

If it does, how do you use it in when writing code?

pi = 4 * Atn(1)

(3.1415926535897932587340685131)

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top