Releases: Gabri432/gophysics
gophysics-v0.19.0
gophysics-v0.18.0
- Added new two Physics functions: 'HorizontalPos' and 'VerticalPos'.
- Fixing 'ProjectileMaxRange' function.
gophysics-v0.17.0
New mathematical functions added: "ArithmeticMean", "Variance", "StandardDeviation".
gophysics-v0.16.0
Adding new mathematical functions: "Summatory" and "ProductOfSequence".
Moving 'PowerAt' and 'Power10' from 'gophysics.go' to 'mathem.go' (package mathem) file.
gophysics-v0.15.1
Removing emissivity values, correcting resistivity ones.
gophysics-v0.15.0
Classical Physics Level Up!
Added new functions and method for classical physics calculations.
gophysics-v0.14.1
Modularization!
All physics formulas are now allocated in the 'formulas' folder.
gophysics-v0.13.0
New math formulas!
New set of mathematical constants and functions common in Physics.
New Physics formulas added: Pressure, Normal Force, Angular Frequency.
gophysics-v0.12.0
Function outputs
Functions will now return both value and the respective measurement unit.
gophysics-v0.11
Custom objects
Create new custom object [Body, ChargeBody, PlanetBody, GasBody] to access more easily some functions (see Readme).
New formulas
New formulas have been added: ElectricField, ElectricPotentEnergyDifference, Frequency .