Package ptolemy.math.test
The ptolemy.math.test package.
- Since:
- Ptolemy II 8.1
-
Class Summary Class Description TestComplexBinaryOperation A operation taking one argument of type Complex, and producing a value of type Complex.TestComplexUnaryOperation A operation taking one argument of type complex, and producing a value of type complex.TestDoubleBinaryOperation A operation taking two operands of type double, and producing a value of type double.TestDoubleUnaryOperation A operation taking one argument of type double, and producing a value of type double.TestFloatBinaryOperation A operation taking two operands of type float, and producing a value of type float.TestFloatUnaryOperation A operation taking one argument of type float, and producing a value of type float.TestIntegerBinaryOperation A operation taking two operands of type int, and producing a value of type int.TestIntegerUnaryOperation A operation taking one argument of type int, and producing a value of type int.TestLongBinaryOperation A operation taking two operands of type long, and producing a value of type long.TestLongUnaryOperation A operation taking one argument of type long, and producing a value of type long.