GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ Fgammainc()

OCTAVE_EXPORT octave_value_list Fgammainc ( const octave_value_list args,
int   
)

Variable Documentation

◆ ar

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

Definition at line 79 of file gammainc.cc.

◆ ode

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.

◆ ospell

OCTAVE_EXPORT octave_value_list if 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.