cppad
  • Table of Contents
  • user_guide
    • Install
    • Theory
    • AD
      • ad_ctor
      • ad_assign
      • Convert
      • ADValued
        • Arithmetic
        • unary_standard_math
        • binary_math
          • atan2
          • pow
          • azmul
        • CondExp
        • Discrete
        • numeric_limits
        • atomic
      • bool_valued
      • VecAD
      • base_require
    • ADFun
    • preprocessor
    • multi_thread
    • utility
    • ipopt_solve
    • Example
    • speed
  • appendix
  • Index
cppad
  • »
  • user_guide »
  • AD »
  • ADValued »
  • binary_math
  • View page source

\(\newcommand{\W}[1]{ \; #1 \; }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} }\) \(\newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} }\) \(\newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} }\) \(\newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }\)

binary_math¶

The Binary Math Functions¶

  • Contents

Contents¶

Name

Title

atan2

AD Two Argument Inverse Tangent Function

pow

The AD Power Function

azmul

Absolute Zero Multiplication

Next Previous

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.