Skip to content

Releases: LinuxUsersLinuxMint/LXLM-Basic_Maths

Basic_Maths 2.0

24 Feb 14:21

Choose a tag to compare

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

23 Dec 13:19
2921ef9

Choose a tag to compare

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

28 Nov 18:05
10caf84

Choose a tag to compare

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

18 Nov 16:15
7f2e5bd

Choose a tag to compare

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

03 Oct 18:40
38c2828

Choose a tag to compare

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