NEST main@caf0ae8
 
Loading...
Searching...
No Matches
numerics Namespace Reference

Functions

double expm1 (double x)
 
template<typename T >
bool is_nan (T f)
 

Variables

const double e = std::numbers::e
 
const double pi = std::numbers::pi
 
const double nan = std::nan( "" )
 
const double sqrt_log_two = std::sqrt( std::numbers::ln2 )
 

Function Documentation

◆ expm1()

◆ is_nan()

template<typename T >
bool numerics::is_nan ( T  f)
inline

Referenced by nest::GenericConnectorModel< ConnectionT >::add_connection(), and nest::iaf_psc_exp_ps_lossless::update().

Here is the caller graph for this function:

Variable Documentation

◆ e

◆ nan

◆ pi

◆ sqrt_log_two

const double numerics::sqrt_log_two = std::sqrt( std::numbers::ln2 )
extern