Skip to content

Releases: Gabri432/gophysics

gophysics-v0.19.0

06 Jul 20:31
Compare
Choose a tag to compare
  • Added new mathematical functions: 'GeometricMean' and 'HarmonicMean'.
  • Updating function descriptions and various links.

gophysics-v0.18.0

19 Sep 19:55
Compare
Choose a tag to compare
  • Added new two Physics functions: 'HorizontalPos' and 'VerticalPos'.
  • Fixing 'ProjectileMaxRange' function.

gophysics-v0.17.0

10 Sep 21:08
Compare
Choose a tag to compare

New mathematical functions added: "ArithmeticMean", "Variance", "StandardDeviation".

gophysics-v0.16.0

09 Sep 20:20
Compare
Choose a tag to compare

Adding new mathematical functions: "Summatory" and "ProductOfSequence".
Moving 'PowerAt' and 'Power10' from 'gophysics.go' to 'mathem.go' (package mathem) file.

gophysics-v0.15.1

08 Sep 15:32
Compare
Choose a tag to compare

Removing emissivity values, correcting resistivity ones.

gophysics-v0.15.0

04 Sep 17:22
Compare
Choose a tag to compare

Classical Physics Level Up!

Added new functions and method for classical physics calculations.

gophysics-v0.14.1

04 Sep 15:22
Compare
Choose a tag to compare

Modularization!

All physics formulas are now allocated in the 'formulas' folder.

gophysics-v0.13.0

04 Sep 10:10
Compare
Choose a tag to compare

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

03 Sep 15:11
Compare
Choose a tag to compare

Function outputs

Functions will now return both value and the respective measurement unit.

gophysics-v0.11

03 Sep 11:21
Compare
Choose a tag to compare

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 .