Evaluates the normalized sinc function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Sinc(
T x
)
Public Shared Function Sinc (
x As T
) As T
public:
static T Sinc(
T x
)
static member Sinc :
x : 'T -> 'T
Parameters
- x
- Type: T
A real number.
Return Value
Type:
TThe value of the normalized sinc function at
x.
Reference