Skip to content

LinuxUsersLinuxMint/Basic_Maths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic_Maths

Türkçe:

  • Python için matematiksel fonksiyonları tanımlar bu sayede daha kolay bir şekilde matematiksel işlemleri gerçekleştirebilirsiniz.
  • Önceden tanımlanmış matematiksel fonksiyonlar sayesinde yeniden tanımlamanıza gerek kalmaz bu sayede geliştirme sürecinizi kısaltır.
  • Önceden tanımlanmış matematiksel fonksiyonlar sayesinde hem daha az satır hem de anlaşılır bir kod yazmış olursunuz.
  • Sürekli güncel kalır bu sayede sürekli yeni özellikler eklenir ve hata varsa bunlar çözülür.
  • En iyi kullanıcı deneyiminiz için "Basic_Maths" kütüphanesinin her zaman en son sürümünü kullanınız.

English:

  • Defines mathematical functions for Python so that you can perform mathematical operations more easily.
  • With predefined mathematical functions, you do not need to redefine them, thus shortening your development process.
  • Thanks to predefined mathematical functions, you will write both fewer lines and understandable code.
  • It is always up to date, so new features are constantly added and if there are bugs, they are solved.
  • Always use the latest version of the “Basic_Maths” library for the best user experience.

How to use?

Türkçe:

Basic_Maths kütüphanesini projenize dahil etmek için öncelikle dikkat etmeniz gerekenler:

  • Basic_Maths kütüphanesini indirin ve çıkarma işlemini gerçekleştiriniz.
  • Ardından Basic_Maths klasörünü projenize taşıyınız.

Projeye dahil etme:

#!/usr/bin/python3

from Basic_Maths.Basic_Maths import *

işte Basic_Maths kütüphanesini projenize dahil etmek bu kadar kolay.

English:

To include the Basic_Maths library in your project, first things first:

  • Download the Basic_Maths library and extract it.
  • Then move the Basic_Maths folder to your project.

Inclusion in the project:

#!/usr/bin/python3

from Basic_Maths.Basic_Maths import *

That's how easy it is to include the Basic_Maths library in your project.