GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
quad.cc File Reference
#include <string>
#include "Quad.h"
#include "lo-mappers.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "pager.h"
#include "parse.h"
#include "ov.h"
#include "ovl.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "Quad-opts.cc"
Include dependency graph for quad.cc:

Go to the source code of this file.

Functions

 DEFMETHODX ("quad", Fquad, interp, args,, doc:)
 
 OCTAVE_BEGIN_NAMESPACE (octave) static octave_value quad_fcn
 
static float quad_float_user_function (float x)
 
static double quad_user_function (double x)
 

Variables

static int call_depth = 0
 
static bool warned_imaginary = false
 

Function Documentation

◆ DEFMETHODX()

◆ OCTAVE_BEGIN_NAMESPACE()

OCTAVE_BEGIN_NAMESPACE ( octave  )

◆ quad_float_user_function()

static float quad_float_user_function ( float  x)
static

◆ quad_user_function()

static double quad_user_function ( double  x)
static

Variable Documentation

◆ call_depth

int call_depth = 0
static

Definition at line 58 of file quad.cc.

Referenced by DEFMETHODX().

◆ warned_imaginary

bool warned_imaginary = false
static

Definition at line 55 of file quad.cc.

Referenced by DEFMETHODX(), quad_float_user_function(), and quad_user_function().