ideas-1.4: Feedback services for intelligent tutoring systems

Safe HaskellSafe-Inferred
LanguageHaskell98

Ideas.Text.OpenMath.Dictionary.Transc1

Synopsis

Documentation

transc1List :: [Symbol] Source

List of symbols defined in transc1 dictionary

logSymbol :: Symbol Source

This symbol represents a binary log function; the first argument is the base, to which the second argument is log'ed. It is defined in Abramowitz and Stegun, Handbook of Mathematical Functions, section 4.1

lnSymbol :: Symbol Source

This symbol represents the ln function (natural logarithm) as described in Abramowitz and Stegun, section 4.1. It takes one argument. Note the description in the CMP/FMP of the branch cut. If signed zeros are in use, the inequality needs to be non-strict.

expSymbol :: Symbol Source

This symbol represents the exponentiation function as described in Abramowitz and Stegun, section 4.2. It takes one argument.

sinSymbol :: Symbol Source

This symbol represents the sin function as described in Abramowitz and Stegun, section 4.3. It takes one argument.

cosSymbol :: Symbol Source

This symbol represents the cos function as described in Abramowitz and Stegun, section 4.3. It takes one argument.

tanSymbol :: Symbol Source

This symbol represents the tan function as described in Abramowitz and Stegun, section 4.3. It takes one argument.

secSymbol :: Symbol Source

This symbol represents the sec function as described in Abramowitz and Stegun, section 4.3. It takes one argument.

cscSymbol :: Symbol Source

This symbol represents the csc function as described in Abramowitz and Stegun, section 4.3. It takes one argument.

cotSymbol :: Symbol Source

This symbol represents the cot function as described in Abramowitz and Stegun, section 4.3. It takes one argument.

sinhSymbol :: Symbol Source

This symbol represents the sinh function as described in Abramowitz and Stegun, section 4.5. It takes one argument.

coshSymbol :: Symbol Source

This symbol represents the cosh function as described in Abramowitz and Stegun, section 4.5. It takes one argument.

tanhSymbol :: Symbol Source

This symbol represents the tanh function as described in Abramowitz and Stegun, section 4.5. It takes one argument.

sechSymbol :: Symbol Source

This symbol represents the sech function as described in Abramowitz and Stegun, section 4.5. It takes one argument.

cschSymbol :: Symbol Source

This symbol represents the csch function as described in Abramowitz and Stegun, section 4.5. It takes one argument.

cothSymbol :: Symbol Source

This symbol represents the coth function as described in Abramowitz and Stegun, section 4.5. It takes one argument.

arcsinSymbol :: Symbol Source

This symbol represents the arcsin function. This is the inverse of the sin function as described in Abramowitz and Stegun, section 4.4. It takes one argument.

arccosSymbol :: Symbol Source

This symbol represents the arccos function. This is the inverse of the cos function as described in Abramowitz and Stegun, section 4.4. It takes one argument.

arctanSymbol :: Symbol Source

This symbol represents the arctan function. This is the inverse of the tan function as described in Abramowitz and Stegun, section 4.4. It takes one argument.

arcsecSymbol :: Symbol Source

This symbol represents the arcsec function as described in Abramowitz and Stegun, section 4.4.

arccscSymbol :: Symbol Source

This symbol represents the arccsc function as described in Abramowitz and Stegun, section 4.4.

arccotSymbol :: Symbol Source

This symbol represents the arccot function as described in Abramowitz and Stegun, section 4.4.

arcsinhSymbol :: Symbol Source

This symbol represents the arcsinh function as described in Abramowitz and Stegun, section 4.6.

arccoshSymbol :: Symbol Source

This symbol represents the arccosh function as described in Abramowitz and Stegun, section 4.6.

arctanhSymbol :: Symbol Source

This symbol represents the arctanh function as described in Abramowitz and Stegun, section 4.6.

arcsechSymbol :: Symbol Source

This symbol represents the arcsech function as described in Abramowitz and Stegun, section 4.6.

arccschSymbol :: Symbol Source

This symbol represents the arccsch function as described in Abramowitz and Stegun, section 4.6.

arccothSymbol :: Symbol Source

This symbol represents the arccoth function as described in Abramowitz and Stegun, section 4.6.