Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_function_double.c File Reference

afw_function_execute_* functions for double. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

const afw_value_tafw_function_execute_abs_double (afw_function_execute_t *x)
 Adaptive Function abs<double> More...
 
const afw_value_tafw_function_execute_add_double (afw_function_execute_t *x)
 Adaptive Function add<double> More...
 
const afw_value_tafw_function_execute_ceil_double (afw_function_execute_t *x)
 Adaptive Function ceil<double> More...
 
const afw_value_tafw_function_execute_divide_double (afw_function_execute_t *x)
 Adaptive Function divide<double> More...
 
const afw_value_tafw_function_execute_is_finite (afw_function_execute_t *x)
 Adaptive Function is_finite More...
 
const afw_value_tafw_function_execute_floor_double (afw_function_execute_t *x)
 Adaptive Function floor<double> More...
 
const afw_value_tafw_function_execute_multiply_double (afw_function_execute_t *x)
 Adaptive Function multiply<double> More...
 
const afw_value_tafw_function_execute_is_NaN (afw_function_execute_t *x)
 Adaptive Function is_NaN More...
 
const afw_value_tafw_function_execute_pow_double (afw_function_execute_t *x)
 Adaptive Function pow<double> More...
 
const afw_value_tafw_function_execute_round_double (afw_function_execute_t *x)
 Adaptive Function round<double> More...
 
const afw_value_tafw_function_execute_subtract_double (afw_function_execute_t *x)
 Adaptive Function subtract<double> More...
 
const afw_value_tafw_function_execute_to_integer_double (afw_function_execute_t *x)
 Function implementation function afw_function_execute_to_integer_double. More...
 
const afw_value_tafw_function_execute_negative_double (afw_function_execute_t *x)
 Adaptive Function negative<double> More...
 

Detailed Description

afw_function_execute_* functions for double.

An error is thrown an argument is NaN, -Infinity, or Infinity.

Definition in file afw_function_double.c.