@defgroup isPentagon isPentagon Functions for isPentagon @{ / /** @brief determines if an H3 cell is a pentagon
int isPentagon( int h, ) { return _isPentagon( h, ); }