Value operators

Defines math operators for values
operator+
Value math (unary plus)
operator-
Value math (unary minus)
operator++
Value math (prefix increment)
operator--
Value math (prefix decrement)
operator++
Value math (postfix increment)
operator--
Value math (postfix decrement)
operator+
Value math (plus)
operator-
Value math (minus)
operator*
Value math (times)
operator/
Value math (over)
operator%
Value math (mod)
operator~
Value math (not)
operator|
Value math (or)
operator&
Value math (and)
operator^
Value math (xor)
operator<<
Value math (shift left)
operator>>
Value math (shift right)
abs
Value math (abs)
sqrt
Value math (sqrt)
pow
Value math (pow)
exp
Value math (exp)
log
Value math (log)
log10
Value math (log10)
sin
Value math (sin)
cos
Value math (cos)
tan
Value math (tan)
asin
Value math (asin)
acos
Value math (acos)
atan
Value math (atan)
atan2
Value math (atan2)
sinh
Value math (sinh)
cosh
Value math (cosh)
tanh
Value math (tanh)
ceil
Value math (ceil)
floor
Value math (floor)
conj
Value math (conj)
polar
Value math (polar)
real
Value math (real)
imag
Value math (imag)
arg
Value math (arg)
norm
Value math (norm)
equal
Value comparision (equal)
unequal
Value comparision (unequal)
less
Value comparision (less)
lessequal
Value comparision (less equal)
greater
Value comparision (greater)
greaterequal
Value comparision (greater equal)
The following math operations are supported:
    
Author:
Written June 2001 by Masahiro Ito and Daniel Sigg
Version:
1.0

alphabetic index hierarchy of classes


Please send questions and comments to sigg_d@ligo-wa.caltech.edu


generated by doc++