# enp.tau

[[[Source]]](https://github.com/google/etils/tree/main/etils/enp/numpy_utils.py#L41)

Mirror math.tau (PEP 628). See https://tauday.com/

```python
tau = 2 * np.pi
```