## beta()


Apply the beta transformation.


Usage


``` python
beta(x)
```


## Parameters


`x: int`  
The input value.


## Returns


`int`  
The transformed value.


## Examples

``` python
>>> beta(5)
```

25
