Releases: LinuxUsersLinuxMint/LXLM-Basic_Maths
Basic_Maths 2.0
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.0/basic_maths.html
- Basic_Maths.py dosyasına bilgi değişkenleri eklenmiştir. Basic_Maths kullanılarak yazılmış olan programlarda Basic_Maths hakkında bilgilere erişmek için bu değişkenleri kullanabilirsiniz.
- Bölme için 2. sayının 0 olup olmama durumu için bir denetleme eklenmiştir. (örnek: 98/0=undefined, ve 2.sayının 0 olması durumunda bir uyarı mesajı eklenmiştir.)
- Basic_Maths örnekleri için sonuç diyaloğu değişkeni düzenlenmiştir. (Example/basic_maths_calc.py)
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/2.0/basic_maths.html
- Information variables have been added to the Basic_Maths.py file. You can use these variables to access information about Basic_Maths in programs written using Basic_Maths.
- A check has been added to check whether the 2nd number for division is 0 or not. (example: 98/0=undefined, and a warning message has been added if the 2nd number is 0.)
- Edited the result dialog variable for Basic_Maths examples. (Example/basic_maths_calc.py)
Basic_Maths 1.7
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.7/basic_maths.html
- her fonksiyonda kullanılan global değişken olan "result" değişkeni artık tüm dosya için global hale getirilmiştir.
- fonksiyonlardaki yazdırma formatı sırası düzenlenmiştir.
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.7/basic_maths.html
- The "result" variable, which is the global variable used in every function, is now global for the entire file.
- The print format order in the functions has been arranged.
Basic_Maths 1.5
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.5/basic_maths.html
- Bir hata düzeltilmiştir. (SquareRoot fonksiyonuna eksik değişken olan ResultDialog eklenmiştir.)
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.5/basic_maths.html
- A bug has been corrected. (The missing variable ResultDialog has been added to the SquareRoot function.)
Basic_Maths 1.3
Yenilikler:
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.3/basic_maths.html
- Sonuç diyalog değişkeni eklenmiştir kullanıcılar sonuç diyaloğunu özelleştirebilir.
Katkıda bulunanlar:
Innovations:
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.3/basic_maths.html
- Result dialog variable has been added so users can customize the result dialog.
Contributors:
Basic_Maths 1.2
Bilgi: Basic_Maths kütüphanesi hakkında detaylı bilgi için: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.2/basic_maths.html
Python İçin bir basit matematik kütphanesidir:
İçerir:
- Toplama
- Çıkarma
- Çarpma
- Bölme
- Mod Alma
- Tam Bölme
- Üslü Sayı
Info: For detailed information about the Basic_Maths library: https://linuxuserslinuxmint.github.io/Documents/Basic_Maths/1.2/basic_maths.html
A simple math library for Python:
Includes:
- Addition
- Extraction
- Multiplication
- Division
- Modulus Operation
- Whole Division
- Exponent