Output the product of the inputs, as a floating-point value.
Derived from: ACSStar
Location: ACS main library
Version: 1.2 "04/29/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 | Indicates whether or not to keep the precision of the arriving particles as they are: YES keeps the same precision, and NO casts the inputs to the precision specified by the parameter "InputPrecision". | "YES" |
InputPrecision | PrecisionState | Sets the 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.