# T.DIST.2T

## Content

This function returns the t-distribution.

## Syntax

`T.DIST.2T(x, deg)`

## Arguments

This function has these arguments:

| Argument | Description |
| -------- | ----------- |
| *x* | [Required] Numeric value at which to evaluate the distribution |
| *deg* | [Required] Number of degrees of freedom to characterize the distribution |

## Remarks

The #VALUE! error value is returned if any argument is non-numeric.

## Examples

`T.DIST.2T(A1,B45,2)`