unary_standard_math

The Unary Standard Math Functions

Syntax

y = fun ( x )

Purpose

Evaluates the standard math function fun .

Possible Types

Base

If Base satisfies the base type requirements and argument x has prototype

const Base & x

then the result y has prototype

Base y

AD<Base>

If the argument x has prototype

const AD< Base >& x

then the result y has prototype

AD< Base > y

VecAD<Base>

If the argument x has prototype

const VecAD< Base >:: reference& x

then the result y has prototype

AD< Base > y