ReactOS 0.4.15-dev-7928-g68a8619
_exception Struct Reference

#include <math.h>

Collaboration diagram for _exception:

Public Attributes

int type
 
charname
 
double arg1
 
double arg2
 
double retval
 

Detailed Description

Definition at line 20 of file math.h.

Member Data Documentation

◆ arg1

double _exception::arg1

Definition at line 23 of file math.h.

Referenced by _invoke_matherr().

◆ arg2

double _exception::arg2

Definition at line 24 of file math.h.

Referenced by _invoke_matherr().

◆ name

char* _exception::name

Definition at line 22 of file math.h.

Referenced by _invoke_matherr().

◆ retval

double _exception::retval

Definition at line 25 of file math.h.

Referenced by _invoke_matherr().

◆ type

int _exception::type

Definition at line 21 of file math.h.

Referenced by _invoke_matherr().


The documentation for this struct was generated from the following file: