ekinpy / Fenkod

Fenkod, fen bilimleri ile ilgili fonksiyonlar barındıran bir mini modüldür.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fenkod v0.1

Fenkod, fen bilimleri ile ilgili fonksiyonlar barındıran bir mini modüldür.

Dökümantasyon

caprazla fonksiyonu: sözdizimi:

caprazla(string gen1, string gen2)

örnek:

caprazla("Aa", "Aa")

çıktı:

Aa Aa
|   |
AA Aa aA aa

basinc fonksiyonu: sözdizimi:

basinc(int f, int s)

örnek:

basinc(10, 2)

çıktı:

5.0

pascal fonksiyonu: sözdizimi:

pascal(int newton, int m2)

örnek:

pascal(10, 2)

çıktı:

5.0

element fonksiyonu: sözdizimi:

element(string an) # (atom number) max 30

örnek:

element(1)

çıktı:

Hidrojen (H)

pH fonksiyonu: sözdizimi:

pH(int value) # max 14

örnek:

pH(7)

çıktı:

Nötr

CtoF fonksiyonu: sözdizimi:

CtoF(int celsius)

örnek:

CtoF(10)

çıktı:

50.0 °F

FtoC fonksiyonu: sözdizimi:

FtoC(int fahrenheit)

örnek:

FtoC(10)

çıktı:

-12.222222222222221 °C

Lisans

Copyright 2022 Ekin Aksu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Fenkod, fen bilimleri ile ilgili fonksiyonlar barındıran bir mini modüldür.

License:MIT License


Languages

Language:Python 100.0%