HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
umath_core.py File Reference

Namespaces

 uncertainties.umath_core
 

Functions

def uncertainties.umath_core.wraps
 Update a wrapper function to look like the wrapped function. More...
 
def uncertainties.umath_core.log_der0
 Wrapping of math functions: More...
 
def uncertainties.umath_core.wrap_locally_cst_func
 
def uncertainties.umath_core.wrapped_fsum
 
def uncertainties.umath_core.modf
 
def uncertainties.umath_core.ldexp
 
def uncertainties.umath_core.frexp
 

Variables

list uncertainties.umath_core.many_scalars_to_scalar_funcs = []
 
tuple uncertainties.umath_core.num_deriv_funcs = set(['fmod', 'gamma', 'lgamma'])
 
tuple uncertainties.umath_core.locally_cst_funcs = set(['ceil', 'floor', 'isinf', 'isnan', 'trunc'])
 
list uncertainties.umath_core.non_std_wrapped_funcs = []
 
int uncertainties.umath_core.erf_coef = 2
 
dictionary uncertainties.umath_core.fixed_derivatives
 
list uncertainties.umath_core.this_module = sys.modules[__name__]
 
list uncertainties.umath_core.derivatives = fixed_derivatives[name]
 
tuple uncertainties.umath_core.func = getattr(math, name)
 
tuple uncertainties.umath_core.wrapped_func = wrap_locally_cst_func(func)
 
 uncertainties.umath_core.factorial = math.factorial
 Special cases: some of the functions from no_std_wrapping: More...
 
 uncertainties.umath_core.original_func = math.fsum
 
tuple uncertainties.umath_core.fsum = wrapped_fsum()
 
 uncertainties.umath_core.__all__ = many_scalars_to_scalar_funcs+non_std_wrapped_funcs
 Exported functions: More...