# `Numbers.Protocols.Absolute`

For supporting `Numbers.abs/1`.

# `t`

```elixir
@type t() :: term()
```

All the types that implement this protocol.

# `abs`

```elixir
@spec abs(t()) :: t()
```

The absolute value of a number.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
