Function

NumCosmoMathDiffFunc1to1

Declaration

gdouble
(* NcmDiffFunc1to1) (
  const gdouble x,
  gpointer user_data
)

Description [src]

Functon $f(x)$ call back.

Parameters

x

Type: const gdouble

Function argument.

user_data

Type: gpointer

User data.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gdouble

No description available.