ideas-1.2: Feedback services for intelligent tutoring systems

Safe HaskellSafe-Inferred

Ideas.Text.OpenMath.Dictionary.Transc1

Synopsis

Documentation

transc1List :: [Symbol]Source

List of symbols defined in transc1 dictionary

logSymbol :: SymbolSource

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 :: SymbolSource

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 :: SymbolSource

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

sinSymbol :: SymbolSource

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

cosSymbol :: SymbolSource

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

tanSymbol :: SymbolSource

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

secSymbol :: SymbolSource

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

cscSymbol :: SymbolSource

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

cotSymbol :: SymbolSource

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

sinhSymbol :: SymbolSource

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

coshSymbol :: SymbolSource

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

tanhSymbol :: SymbolSource

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

sechSymbol :: SymbolSource

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

cschSymbol :: SymbolSource

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

cothSymbol :: SymbolSource

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

arcsinSymbol :: SymbolSource

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 :: SymbolSource

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 :: SymbolSource

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 :: SymbolSource

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

arccscSymbol :: SymbolSource

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

arccotSymbol :: SymbolSource

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

arcsinhSymbol :: SymbolSource

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

arccoshSymbol :: SymbolSource

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

arctanhSymbol :: SymbolSource

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

arcsechSymbol :: SymbolSource

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

arccschSymbol :: SymbolSource

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

arccothSymbol :: SymbolSource

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