basix_doc 0.1
acosh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1431 of file operators.hpp.


Member Function Documentation

static C diff_op ( const C me,
const C x 
) [inline, static]

Definition at line 1440 of file operators.hpp.

References mmx::derive(), mmx::sqrt(), and mmx::square().

                                    {
    (void) me; return derive (x) / sqrt (square (x) - 1); }
static generic name ( ) [inline, static]

Definition at line 1432 of file operators.hpp.

References mmx::GEN_ARGCH.

{ return GEN_ARGCH; }
static C op ( const C x) [inline, static]

Definition at line 1434 of file operators.hpp.

References mmx::acosh().

{ return acosh (x); }
static C op_init ( const C x,
const I &  i 
) [inline, static]

Definition at line 1438 of file operators.hpp.

{ return acosh_init (x, i); }
static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 1436 of file operators.hpp.

References mmx::acosh().

{ x= acosh (y); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines