An open API service indexing awesome lists of open source software.

https://github.com/startautomating/formulaic

Formulaic is a PowerShell module containing useful math, physics, and statistcs functions
https://github.com/startautomating/formulaic

Last synced: 10 months ago
JSON representation

Formulaic is a PowerShell module containing useful math, physics, and statistcs functions

Awesome Lists containing this project

README

          

[Official Website](http://get-math.com)



### Formulaic is a PowerShell module for math, physics, and statistics functions.

It contains several somewhat useful functions to take the tedium out of math.

You can use Formulaic to:

* Convert from Royal Measurements to Metric
* Convert celsius to farenheit, and visa-versa
* Calculate angles in a triangle
* Get the area and circumference of a circle
* Do simple math flashcards
* Get the areas and perimeters of squares, rectangles, and trapezoids
* Get averages and standard deviations for a set of numbers
* Get the correlation coeffecient of properties within a set of data
* Measure mass and velocity
* Run open-ended calculations

Formulaic is also open-source, so you can check out the code and use it to create your own calculators.

Formulaic is published with [PowerShell Pipeworks](http://powershellpipeworks.com) as a web site and service, with a companion Windows app.

#### Geometry


* [Get-CircleArea](http://get-math.com/Get-CircleArea/)
* [Get-CircleCircumference](http://get-math.com/Get-CircleCircumference/)
* [Get-EllipseArea](http://get-math.com/Get-EllipseArea/)
* [Get-ParallelogramArea](http://get-math.com/Get-ParallelogramArea/)
* [Get-RectangleArea](http://get-math.com/Get-RectangleArea/)
* [Get-RectanglePerimeter](http://get-math.com/Get-RectanglePerimeter/)
* [Get-SquareArea](http://get-math.com/Get-SquareArea/)
* [Get-SquarePerimeter](http://get-math.com/Get-SquarePerimeter/)
* [Get-TriangleArea](http://get-math.com/Get-TriangleArea/)
* [Get-TriangleSide](http://get-math.com/Get-TriangleSide/)
* [Get-TrianglePerimeter](http://get-math.com/Get-TrianglePerimeter/)
* [Get-TrapezoidArea](http://get-math.com/Get-TrapezoidArea/)
* [Get-Angle](http://get-math.com/Get-Angle/)

#### Physics


* [Measure-Mass](http://get-math.com/Measure-Mass/)
* [Measure-Velocity](http://get-math.com/Measure-Velocity/)

#### Statistics


* [Get-Average](http://get-math.com/Get-Average/)
* [Get-StandardDeviation](http://get-math.com/Get-StandardDeviation/)
* [Measure-Correlation](http://get-math.com/Measure-Correlation/)

#### Converters


* [ConvertTo-Metric](http://get-math.com/ConvertTo-Metric/)
* [ConvertTo-Celsius](http://get-math.com/ConvertTo-Celsius/)
* [ConvertTo-Fahrenheit](http://get-math.com/ConvertTo-Fahrenheit/)

#### Calculators


* [Invoke-Arithmetic](http://get-math.com/Invoke-Arithmetic/)
* [Measure-Tip](http://get-math.com/Measure-Tip/)
* [Measure-Interest](http://get-math.com/Measure-Interest/)

#### Flashcards


* [Get-Flashcard](http://get-math.com/Get-Flashcard/)

#### About Formulaic


* [About Formulaic](http://get-math.com/About Formulaic/)
* [Math as a Service](http://get-math.com/Math as a Service/)