Halcyon Calc Invertible Operations

The following table contains the list of operations which have an inverse function. The ISOL operation uses these inverse functions to isolate a symbol in an expression.

Operationsort ascending Description

This operation takes a real or complex value and finds its square root. The positive root is return for real values...

÷

The divide operation will take its two numerical operands and produce the quotient as its result. It operates on...

×

The multiply operation will take its two numerical operands and produce the product as its result. It operates on...

^

This operation calculates xy given that values x and y are pushed onto the stack in that order. Either...

TANH

This operation calculates the hyperbolic tangent...

TAN

This operation calculates the tangent function of...

SQ

The SQ operation multiplies its input argument by itself to produce the square of that input value. The value can...

SINH

This operation calculates the hyperbolic sine...

SIN

This operation calculates the sine function of...

NEG

Given a real or complex input, this function returns the value of that input multiplied by -1. Given a matrix or...

LOG

This operation calculates the base 10 logarithm of its input...

LNP1

This operation calculates the equivalent of LN(1 + x) where x is the the argument from...

LN

This operation calculates the natural logarithm (base e)...

INV

This operation takes a real of complex value and produces its inverse. The inverse is one divided by the input...

EXPM

This operation calculates the equivalent of (EXP(x) - 1) where x is the the argument...

EXP

This operation calculates the reverse base e logarithm...

COSH

This operation calculates the hyperbolic cosine...

COS

This operation calculates the cosine function of...

CONJ

This function takes a complex value and returns its conjugate value. A conjugate value has the same real component...

ATANH

This operation calculates the hyperbolic sine...

ATAN

This operation calculates the inverse tangent...

ASINH

This operation calculates the inverse hyperbolic sine...

ASIN

This operation calculates the inverse sine...

ALOG

This operation calculates the reverse base 10 logarithm of its...

ACOSH

This operation calculates the inverse hyperbolic cosine...

ACOS

This operation calculates the inverse cosine...

=

This operation always produces an expression which describes a relationship between its left and right side. Unlike...

-

The subtract operation will take its two numerical operands and produce the difference as its result. It operates...

+

The add operation will take its two numerical operands and produce the sum as its result. It operates on reals,...