Package numpy :: Package lib :: Module scimath
[hide private]
[frames] | no frames]

Module scimath

source code

Wrapper functions to more user-friendly calling of certain math functions whose output data-type is different than the input data-type in certain domains of the input.

Functions [hide private]
 
_fix_int_lt_zero(x) source code
 
_fix_real_abs_gt_1(x) source code
 
_fix_real_lt_zero(x) source code
 
_tocomplex(arr) source code
 
arccos(x) source code
 
arcsin(x) source code
 
arctanh(x) source code
 
log(x) source code
 
log10(x) source code
 
log2(x)
Take log base 2 of x.
source code
 
logn(n, x)
Take log base n of x.
source code
 
power(x, p) source code
 
sqrt(x) source code
Variables [hide private]
  _ln2 = 0.69314718056