Non-Functional Requirements
This section provides the non-functional requirements, the qualities that the software is expected to exhibit.
Portability: The code shall be portable to multiple environments, particularly Windows, Mac OSX, and Linux.
Security: The code shall be immune to common security problems such as memory leaks, divide by zero errors, and the square root of negative numbers.
Maintainability: If a likely change is made to the finished software, it will take at most 10\(\%\) of the original development time, assuming the same development resources are available.
Verifiability: The code is tested with complete verification and validation plan.