Added
- Expanded mathematical functions for prime numbers, Armstrong numbers, and Niven numbers.
- Enhanced text file handling: added functions to copy contents between files, add lines, and read specific lines.
- System utilities to fetch information such as CPU count, operating system details, Python interpreter path, and network connectivity status.
- New MySQL functions for managing and interacting with databases and tables with improved error handling.
- Time management functions: Added functions to get process time, thread time, and monotonic time.
Fixed
- Improved error handling for file operations and MySQL interactions.
- Fixed issues with incorrect data type handling in certain mathematical functions.
---