<< Other Cool Functions Other Cool Functions

sci_gsl >> sci_gsl > Other Cool Functions > trans

trans

It computes the value of transport function J(2,x).

Syntax

y = trans(x)

Parameters

y:

output transport function

x:

valueat which transport funtion is calculated.

Description

This function takes the parameter x and calculates J(2,x) at it.

Examples

// Transport Function
x=2
y = trans(x)

Authors


Report an issue
<< Other Cool Functions Other Cool Functions