A Simplified Science Formula Library, to solve science problems with few more easy steps.
Project description
Sciformlib
Sciformlib(Science Formula Library) is a library created to make science formulations and calculations easier. This library comprises many scientific formulations already written which is easy to use and deploy.
Installation
pip install sciformlib
How to use it?
from sciformlib import *
Using this command you can import all the script files in the module
Script Usage
sum_of_pos_int_pow(base_value,start_point,end_point)
It is used to find the sum of same base integers with increasing power eg: if base value = 2 , start_point = 3 , end_point = 7 it evaluates as 2³+2⁴+2⁵+2⁶+2⁷ (Geometric Progression)
Mechanics - Instantaneous Velocity
mechanics_instant_velocity(pos,time)
pos = distance , and time = time
Mechanics - Average Velocity
mechanics_average_velocity(initial_pos,final_pos,initial_time,final_time)
Displacement - Formula 1
mechanics_displacement_f1(initial_velocity,acceleration,time
Displacement - Formula 2
mechanics_displacement_f2(initial_velocity,final_velocity,time)
Final Velocity - Formula 1
mechanics_velocity_f_f1(initial_velocity,acceleration,time)
Final Velocity - Formula 2
mechanics_velocity_f_f2(initial_velocity,acceleration,position)
This function gives value of "v not v²"
Acceleration
mechanics_acce_f1(initial_velocity,final_velocity,time)
Instantaneous Acceleration
mechanics_instant_acce(velocity,time)
Average Acceleration
mechanics_average_acce(final_velocity,initial_velocity,final_time,initial_time)
License
MIT LISCENSE
© 2021 Iamrealbhuvi .
This repository is licensed under the MIT license. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sciformlib-1.0.0.dev2.tar.gz.
File metadata
- Download URL: sciformlib-1.0.0.dev2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.7.1 requests/2.26.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0d358b561849a5c40f3912c72f40a4be245535e3e6be7d97e4e7de9542b69ee
|
|
| MD5 |
267f53315a5a2fa8b0cc3a64fe5fd98b
|
|
| BLAKE2b-256 |
5e48a4cfda28b31c702d44cace13c2399fde460187b250b629ecce7401cb0e3a
|
File details
Details for the file sciformlib-1.0.0.dev2-py3-none-any.whl.
File metadata
- Download URL: sciformlib-1.0.0.dev2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.7.1 requests/2.26.0 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6365961cba04d175c29e4e5765031adfde9ca999ae80db95a01f8629bb576c4a
|
|
| MD5 |
26e2b23081f0663ee4b1258fd65062c8
|
|
| BLAKE2b-256 |
f4bdc337715d24076a40fe6ec127751a0e2cd92f98077f87510f0b7f4174b9a5
|