|
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...
|
|