Skip to content

Releases: LinuxUsersLinuxMint/Basic_Maths

Basic_Maths Python Library 2.1_installbatnotification

01 May 20:12
30876e8
Compare
Choose a tag to compare

Yenilikler:

  • Windows kullanıcıları için önemli bir bildiri eklenmiştir. (En kısa zamanda gereğinin yapılacağından emin olabilirsiniz. Anlayışınız için teşekkür ederiz.)

Innovations:

  • An important notice has been added for Windows users. (You can be sure that necessary action will be taken as soon as possible. Thank you for your understanding.)

Basic_Maths Python Library 2.1

19 Apr 21:56
9fbbf77
Compare
Choose a tag to compare

Yenilikler:

  • Kütüphane ismini referans alan "PYTHON_LIB_NAME" değişkeni eklenmiştir.
  • Sadece Kütüphane ile ilgili fonksiyonları içeren "Library Functions" kısmı eklenmiştir.
  • Yazılım geliştiricilerinin "Basic_Maths" kütüphanesini kullanarak oluşturmuş olduğu yazılımlarda "Basic_Maths" kütüphanesi hakkında bilgi verebilmeleri için "LibAbout" fonksiyonu eklenmiştir fonksiyonu Python'da çağırmanız yeterlidir ekstra programlamaya ihtiyaç duymaz.

Innovations:

  • The "PYTHON_LIB_NAME" variable has been added to reference the library name.
  • The "Library Functions" section, which includes only Library-related functions, has been added.
  • The "LibAbout" function has been added so that software developers can provide information about the "Basic_Maths" library in the software they have created using the "Basic_Maths" library. Just call the function in Python, it does not require extra programming.

Basic_Maths Python Library 2.0

24 Feb 14:21
Compare
Choose a tag to compare

Yenilikler:

  • 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:

  • 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 Python Library 1.7

23 Dec 13:19
2921ef9
Compare
Choose a tag to compare

Yenilikler:

  • 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:

  • 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 Python Library 1.5

28 Nov 18:05
10caf84
Compare
Choose a tag to compare

Yenilikler:

  • Bir hata düzeltilmiştir. (SquareRoot fonksiyonuna eksik değişken olan ResultDialog eklenmiştir.)

Innovations:

  • A bug has been corrected. (The missing variable ResultDialog has been added to the SquareRoot function.)

Basic_Maths Python Library 1.3

18 Nov 16:15
7f2e5bd
Compare
Choose a tag to compare

Yenilikler:

  • Sonuç diyalog değişkeni eklenmiştir kullanıcılar sonuç diyaloğunu özelleştirebilir.

Katkıda bulunanlar:

Innovations:

  • Result dialog variable has been added so users can customize the result dialog.

Contributors:

Basic_Maths Python Library 1.2

03 Oct 18:40
38c2828
Compare
Choose a tag to compare

Python İçin bir basit matematik kütphanesidir:
İçerir:

  • Toplama
  • Çıkarma
  • Çarpma
  • Bölme
  • Mod Alma
  • Tam Bölme
  • Üslü Sayı

A simple math library for Python:
Includes:

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Modulus Operation
  • Whole Division
  • Exponent