Basic_Maths Python Library 4.0
LinuxUsersLinuxMint
released this
03 Jun 10:00
·
8 commits
to main
since this release
Yenilikler:
- "Basic_Maths" kütüphanesindeki tüm yorumlar için yorum satırı yazım stili düzenlenmiştir.
- Artık geliştiriciler "Basic_Maths" kütüphanesini projelerine ekledikleri zaman "Python" için yerleşik kütüphaneler olan "os" ve "platform" modüllerine de erişebileceklerdir. ("Basic_Maths" kütüphanesinde platforma/işletim sistemine göre bazı fonksiyonların çalışma stili değiştirilebilmesi için eklenmiştir.)
- Çıkış yapma yöntemlerinin çalışma stili "Windows" platformu için değiştirilmiştir. (Artık çıkış işlemi gerçekleştirilirken "Windows" platformu "os.system("exit")" kodunu kullanacaktır.)
- "program_welcome_msg" fonksiyonunda bir takım değişiklikler yapılmıştır. ("cfg" değişkeni sayesinde artık değişkenin 0 veya 1 olma durumuna göre farklı işlemler gerçekleştirilecektir. 0: sadece hoşgeldin mesajı, 1: hoşgeldin mesajı ve "Basic_Maths" kütüphanesi hakkında bilgilendirme. ("LibAbout")).
- Bir matematik fonksiyonu olan "TakingRoots (Kök alma)" fonksiyonunda artık sonuç kısmında girilen 2. sayıda görüntülenicektir.
Innovations:
- Comment line writing style has been adjusted for all comments in the "Basic_Maths" library.
- Now, when developers add the "Basic_Maths" library to their projects, they will also be able to access the "os" and "platform" modules, which are built-in libraries for "Python". (Added in the "Basic_Maths" library so that the working style of some functions can be changed depending on the platform/operating system.)
- The working style of the logout methods has been changed for the "Windows" platform. (Now the "Windows" platform will use the code "os.system("exit")" when executing the exit process.)
- Some changes have been made to the "program_welcome_msg" function. (Thanks to the "cfg" variable, different operations will now be performed depending on whether the variable is 0 or 1. 0: welcome message only, 1: welcome message and information about the "Basic_Maths" library. ("LibAbout").
- In the "TakingRoots" function, which is a mathematical function, the 2nd number entered in the result section will now be displayed.