@function ballistic-is-float($number) {
  @return type-of($number) == number and floor(abs($number)) != abs($number);
}
