@function ballistic-is-inf($number) {
  @return type-of($number) == number and abs($number) == ballistic-infinity();
}
