Exp star in ACS domain

Compute the exponential function of the input.

Derived from: ACSStar
Version: 1.1 "03/16/98"
Author: James Lundblad

States

OutputPrecisionPrecisionState 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"
ArrivingPrecisionIntState 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"
InputPrecisionPrecisionState 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"

See: source code, Exp users


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.