Basic_Maths 2.3
·
54 commits
to main
since this release
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.3/basic_maths.html
- Basic_Maths kütüphanesini kullanan programlar için kullanıcının hangi işlemi seçtiğini sonuç ekranında gösterilmesini sağlayan bir değişken eklenmiştir. (Değişken adı: "select_func")
- Tüm fonksiyonlar "select_func" değişkenini kullanacak şekilde güncellenmiştir.
- Tüm fonksiyonlar düzenlenmiştir. (Fonksiyon başlangıcında yapılan "x=x, y=y" eşitlemesinin gereksiz olduğu tespit edilmiştir ve kaldırılmıştır.)
- "Example/Basic_maths_calc.py" dosyasında yorum satırı yazım stili düzenlenmiştir.
- "Example/Basic_maths_calc.py" dosyasında "bu örneğin internette paylaşılmasına izin verilmiştir." ibaresi eklenmiştir. (Daha fazla bilgi için sürüm kaynak koduna bakınız.)
- "Example/Basic_maths_calc.py" dosyası yeni eklenen özelliklere uygun olacak şekilde güncellenmiştir.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.3/basic_maths.html
- For programs using the Basic_Maths library, a variable has been added to show which operation the user has selected on the result screen. (Variable name: "select_func")
- All functions have been updated to use the "select_func" variable.
- All functions have been arranged. (The "x=x, y=y" synchronization at the beginning of the function has been determined to be unnecessary and has been removed.)
- Comment line writing style has been edited in the "Example/Basic_maths_calc.py" file.
- In the file "Example/Basic_maths_calc.py" "this example is allowed to be shared on the internet." The phrase has been added. (See the release source code for more information.)
- The "Example/Basic_maths_calc.py" file has been updated to comply with the newly added features.