Functions

Check a number against fizz, buzz, and fizzbuzz, as per the usual requirements of a typical fizzbuzz implementation.

Check if a number is buzz. false on fizzbuzz.

Check if a number is fizz. false on fizzbuzz.

Check if a number is fizzbuzz.

Check if a number is not fizz, buzz, or fizzbuzz.