math functions in access

  • Thread starter Thread starter hugh welford
  • Start date Start date
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
 
Use the caret as the operator for the exponentiation.

For example open the Immediate Window (Ctrl+G) and enter:
? 97 ^ 1.154
 
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

Back
Top