Si INDEX

SI _ _ _ _ _ _ _ _ _ _ _ _ operator

The Si operator returns the Sine Integral function.

syntax:

Si(<expression>)

examples:


limit(Si(x),x,infinity); 

  pi / 2 


on rounded; 

Si(0.35); 

  0.347626790989

The numeric values for the operator Si are computed via t he power series representation, which limits the argument range.