# `Numbers.Protocols.Subtraction`

For supporting `Numbers.sub/2`.

# `t`

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

All the types that implement this protocol.

# `sub`

```elixir
@spec sub(t(), t()) :: t()
```

Subtracts the rhs number from the lhs number.

---

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