Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
cosint ExamplesSee Also

Cosine integral function.

Syntax

Description

cosint(X) evaluates the cosine integral function at the elements of X, a numeric matrix, or a symbolic matrix. The cosine integral function is defined by:

where is Euler's constant 0.577215664...

Examples

cosint(7.2) returns 0.0960.

cosint([0:0.1:1]) returns

The statements

return

See Also



[ Previous | Help Desk | Next ]