math functions in access

H

hugh welford

Hi,

Could anyone tell me if it is possible to raise an integer to a fractional
value with an access math function i.e. evaluate 97 to the power 1.154

Thanks in desperation

Hugh
 
A

Allen Browne

Use the caret as the operator for the exponentiation.

For example open the Immediate Window (Ctrl+G) and enter:
? 97 ^ 1.154
 
H

hugh welford

wow - what a service - thanks Allen


Allen Browne said:
Use the caret as the operator for the exponentiation.

For example open the Immediate Window (Ctrl+G) and enter:
? 97 ^ 1.154
 

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