Module: NMatrix::NMMath

Defined in:
lib/nmatrix/math.rb

Overview

:nodoc:

Constant Summary collapse

METHODS_ARITY_2 =
[:atan2, :ldexp, :hypot]
METHODS_ARITY_1 =
[:cos, :sin, :tan, :acos, :asin, :atan, :cosh, :sinh, :tanh, :acosh,
:asinh, :atanh, :exp, :log2, :log10, :sqrt, :cbrt, :erf, :erfc, :gamma, :-@]