functionkfr::cabs(E1 &&) Returns template expression that returns the absolute value (magnitude) of the complex number x
functionkfr::cabssqr(E1 &&) Returns template expression that returns the squared absolute value (magnitude squared) of the complex number x
functionkfr::carg(E1 &&) Returns template expression that returns the phase angle (argument) of the complex number x
functionkfr::cartesian(E1 &&) Returns template expression that converts complex number to cartesian
functionkfr::cbrt(E1 &&) Returns the cube root of the x. Accepts and returns expressions.
functionkfr::ccos(E1 &&) Returns template expression that returns the cosine of the the complex value x
functionkfr::ccosh(E1 &&) Returns template expression that returns the hyperbolic cosine of the the complex value x
functionkfr::cexp10(E1 &&) Returns template expression that returns 10 raised to the complex number x
functionkfr::cexp2(E1 &&) Returns template expression that returns 2 raised to the complex number x
functionkfr::cexp(E1 &&) Returns template expression that returns \(e\) raised to the complex number x
functionkfr::clog10(E1 &&) Returns template expression that returns the common (base-10) logarithm of the complex number x
functionkfr::clog2(E1 &&) Returns template expression that returns the binary (base-2) logarithm of the complex number x
functionkfr::clog(E1 &&) Returns template expression that returns the natural logarithm of the complex number x
functionkfr::cosdeg(E1 &&) Returns the trigonometric cosine of the x (expressed in degrees). Accepts and returns expressions.
functionkfr::cos(E1 &&) Returns the trigonometric cosine of x. Accepts and returns expressions.
functionkfr::cosh(E1 &&) Returns template expression that returns the hyperbolic cosine of the x
functionkfr::coshsinh(E1 &&) Returns template expression that returns the hyperbolic cosine of the even elements of the x and the hyperbolic sine of the odd elements of the x
functionkfr::cossindeg(E1 &&) Returns the trigonometric cosine of the even elements of the x and sine of the odd elements. x must be expressed in degrees. Accepts and returns expressions.
functionkfr::cossin(E1 &&) Returns the trigonometric cosine of the even elements of the x and sine of the odd elements. x must be a vector. Accepts and returns expressions.
functionkfr::coth(E1 &&) Returns template expression that returns the hyperbolic cotangent of the x
functionkfr::csin(E1 &&) Returns template expression that returns the sine of the the complex value x
functionkfr::csinh(E1 &&) Returns template expression that returns the hyperbolic sine of the complex number x
functionkfr::csqr(E1 &&) Returns template expression that returns square of the complex number x
functionkfr::csqrt(E1 &&) Returns template expression that returns square root of the complex number x
functionkfr::sinc(E1 &&) Returns the sinc function of x. Accepts and returns expressions.
functionkfr::sincosdeg(E1 &&) Returns the trigonometric sine of the even elements of the x and cosine of the odd elements. x must be expressed in degrees. Accepts and returns expressions.
functionkfr::sincos(E1 &&) Returns the trigonometric sine of the even elements of the x and cosine of the odd elements. x must be a vector. Accepts and returns expressions.
functionkfr::sindeg(E1 &&) Returns the trigonometric sine of the x (expressed in degrees). Accepts and returns expressions.
functionkfr::sin(E1 &&) Returns the trigonometric sine of x. Accepts and returns expressions.
functionkfr::sinhcosh(E1 &&) Returns template expression that returns the hyperbolic sine of the even elements of the x and the hyperbolic cosine of the odd elements of the x
functionkfr::sinh(E1 &&) Returns template expression that returns the hyperbolic sine of the x
functionkfr::sqrt(E1 &&) Returns template expression that returns the positive square root of the x. \(\sqrt{x}\)