isMathSymbol function

bool isMathSymbol(
  1. int character
)

Implementation

bool isMathSymbol(int character) => mathSymbolCharacters[character];