## alpha()


Apply the alpha transformation.


Usage


``` python
alpha(x)
```


## Parameters


`x: int`  
The input value.


## Returns


`int`  
The transformed value.


## Examples

``` python
>>> alpha(5)
```

10
