GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
gammainc.cc File Reference
#include "lo-specfun.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "utils.h"
Include dependency graph for gammainc.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fgammainc (const octave_value_list &args, int) e.g.
 

Variables

OCTAVE_EXPORT
octave_value_list then the
sizes of 
ar {x} and ar{a} must agree
 
OCTAVE_EXPORT
octave_value_list then 
ode {gammainc (ar{x}, ar{a})} is returned for each element of ar{x} and vice versa. If neither ar{x} nor ar{a} is scalar
 
OCTAVE_EXPORT octave_value_list ospell {Abramowitz} and ospell{Stegun} (6.5.1). If ar{a} is scalar
 

Function Documentation

OCTAVE_EXPORT octave_value_list Fgammainc ( const octave_value_list args,
int   
)

Referenced by install_gammainc_fcns().

Variable Documentation

OCTAVE_EXPORT octave_value_list then the sizes of ar {x} and ar{a} must agree

Definition at line 79 of file gammainc.cc.

OCTAVE_EXPORT octave_value_list then ode {gammainc (ar{x}, ar{a})} is returned for each element of ar{x} and vice versa. If neither ar{x} nor ar{a} is scalar

Definition at line 79 of file gammainc.cc.

is it matches the path element but not ospell {Abramowitz} and ospell{Stegun} (6.5.1). If ar{a} is scalar

Definition at line 79 of file gammainc.cc.