Tables of Operations on Taylor Type

+ Taylor Real(dp) Real(sp) Integer
Taylor add daddsc ADDSC IADDSC
Real(dp) dscadd F90 F90 F90
Real(sp) SCADD F90 F90 F90
Integer ISCADD F90 F90 F90

F90= Intrisic Fortran Operation; dp=double; sp = single.

- Taylor Real(dp) Real(sp) Integer
Taylor SUBS dSUBsc SUBSC ISUBSC
Real(dp) dscSUB F90 F90 F90
Real(sp) SCSUB F90 F90 F90
Integer ISCSUB F90 F90 F90

 

* Taylor Real(dp) Real(sp) Integer
Taylor MUL dMULsc MULSC IMULSC
Real(dp) dscMUL F90 F90 F90
Real(sp) SCMUL F90 F90 F90
Integer ISCMUL F90 F90 F90

 

/ Taylor Real(dp) Real(sp) Integer
Taylor div dDIVsc DIVSC IDIVSC
Real(dp) dscDIV F90 F90 F90
Real(sp) SCDIV F90 F90 F90
Integer ISCDIV F90 F90 F90