Ad
  • Custom User Avatar

    Better to move Math to implementation section. Why? If you are familiar with C/C++ the interface section is like an .h file, the implementation section is like the .c file. Since nothing in the interface needs math to define the interface its more prudent to move to the implementation section. Think of it it in terms of C as rather including .h files in .c files than .h files in other .h files