1.4.1 exponential of quantity
Description
exp gives exponential value of dimensionless quantity
Arguments
| Inputs |
| ||
| v |
| dimensionless quantity
| |
| allowed: | any |
|
| Default: | variant |
|
Example
"""
# print "\t----\t exp Ex 1 \t----" print qa.exp(’2’) #{’value’: 7.3890560989306504, ’unit’: ’’} try: print qa.exp(’2m’) except Exception, e: print "Caught an expected exception", e #Caught an expected exception Quantum::exp illegal unit type ’m’ # """ |
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2008 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search
Updated daily during alpha development.