IMP  2.3.1
The Integrative Modeling Platform
exp.h File Reference

An approximation of the exponential function. More...

#include <IMP/em/em_config.h>
#include <math.h>
+ Include dependency graph for exp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::em
 Basic utilities for handling cryo-electron microscopy 3D density maps.
 

Macros

#define IMP_EXP_A   (1048576 / 0.693147180559945309417232121458176568)
 
#define IMP_EXP_C   60801
 

Functions

double IMP::em::EXP (float y)
 

Detailed Description

An approximation of the exponential function.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file exp.h.