Compute the exponential function of the input.
Derived from: ACSStar
Version: 1.1 "03/16/98"
Author: James Lundblad
OutputPrecision | PrecisionState | Precision of the output in bits. This is the precision that will hold the result of the arithmetic operation on the inputs. When the value of the product extends outside of the precision, the OverflowHandler will be called. | "2.14" |
ArrivingPrecision | IntState | Flag indicated whether or not to use the arriving particles as they are: YES keeps the same precision, and NO casts them to the precision specified by the parameter "InputPrecision". | "YES" |
InputPrecision | PrecisionState | Precision of the input in bits. The input particles are only cast to this precision if the parameter "ArrivingPrecision" is set to NO. | "2.14" |
Copyright (c) 1998 The Regents of the University of California. All rights reserved. See the file $PTOLEMY/copyright for copyright notice, limitation of liability, and disclaimer of warranty provisions.