#include <../../nrnconf.h>
#include <InterViews/geometry.h>
#include "mymath.h"
#include "code.h"
#include "classreg.h"
#include "oc2iv.h"
#include <cmath>
#include <cstdio>
#include <cfenv>
Go to the source code of this file.
◆ cons()
static void* cons |
( |
Object * |
| ) |
|
|
static |
◆ destruct()
static void destruct |
( |
void * |
| ) |
|
|
static |
◆ distance_to_line()
static double distance_to_line |
( |
void * |
| ) |
|
|
static |
◆ distance_to_line_segment()
static double distance_to_line_segment |
( |
void * |
| ) |
|
|
static |
◆ feround()
static double feround |
( |
void * |
| ) |
|
|
static |
◆ GUIMath_reg()
◆ inside()
static double inside |
( |
void * |
| ) |
|
|
static |
◆ nrn_feround()
int nrn_feround |
( |
int |
mode | ) |
|
◆ members
Initial value:
{nullptr, nullptr}}
static double inside(void *)
static double distance_to_line_segment(void *)
static double distance_to_line(void *)
static double feround(void *)
Definition at line 65 of file mymath.cpp.
◆ round_mode
int round_mode[] = {FE_DOWNWARD, FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD} |
|
static |