Function reference · Special functions

Si

Computes the sine integral.

Si evaluates supported numeric arguments and otherwise remains symbolic. It is an odd function, and its limits at positive and negative infinity are plus or minus pi/2.

Examples

These examples use Nerdamer Notation.

Evaluate the origin exactly.

Si(0)
// → 0

Keep a symbolic sine integral.

Si(x)

Interfaces

The same operation is available through the interfaces below.

Nerdamer Notation · nerdamer API

Nerdamer Notation

Use this form inside input passed to nerdamer(...).

Si(arg1)

nerdamer.Si

Call the operation through the default nerdamer import.

nerdamer.Si(x: Expression): Expression

Parameters

NameTypeDescription
xExpressionThe input expression.

Returns

Expression — The sine integral value.

Browse the nerdamer API →

← Back to Reference