-
Notifications
You must be signed in to change notification settings - Fork 0
/
gophysics.go
20 lines (12 loc) · 967 Bytes
/
gophysics.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
A package that provides different functions and constants for making some of the most common calculation in Physics.
Classical Physics, Gravity, Fluids, Termodynamics, Electromagnetism, Relativity are for now the covered areas.
As so this package does not claim to be the most extensive or the best one, but it is thought as a useful tool for the most common cases.
Formulas were taken from this italian book: Title - "Fisica Volume 1", Authors - ["P. Mazzoldi", "M. Nigro", "C. Voci"].
If you find any issue or any idea to improve the program you can use this link https://github.com/Gabri432/gophysics/issues/new.
Also If you enjoyed using this program consider putting a star in the github repository at https://github.com/Gabri432/gophysics.
The package is under the MIT License https://github.com/Gabri432/gophysics/blob/master/license.
Here is the documentation https://gabri432.github.io/angular-gophysics.io/
Thank you!! :)
*/
package gophysics