{"id":18048134,"url":"https://github.com/startautomating/formulaic","last_synced_at":"2025-04-05T05:15:53.293Z","repository":{"id":16576940,"uuid":"19331002","full_name":"StartAutomating/formulaic","owner":"StartAutomating","description":"Formulaic is a PowerShell module containing useful math, physics, and statistcs functions","archived":false,"fork":false,"pushed_at":"2014-11-26T03:13:52.000Z","size":276,"stargazers_count":1,"open_issues_count":24,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T13:13:43.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StartAutomating.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-30T23:59:59.000Z","updated_at":"2023-03-21T06:49:18.000Z","dependencies_parsed_at":"2022-09-24T08:10:13.652Z","dependency_job_id":null,"html_url":"https://github.com/StartAutomating/formulaic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2Fformulaic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2Fformulaic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2Fformulaic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2Fformulaic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartAutomating","download_url":"https://codeload.github.com/StartAutomating/formulaic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289431,"owners_count":20914464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T20:11:42.804Z","updated_at":"2025-04-05T05:15:53.268Z","avatar_url":"https://github.com/StartAutomating.png","language":"PowerShell","readme":"\r\n\r\n[Official Website](http://get-math.com)\r\n\r\n\r\n    \r\n    \r\n### Formulaic is a PowerShell module for math, physics, and statistics functions.   \r\n\r\nIt contains several somewhat useful functions to take the tedium out of math.\r\n\r\nYou can use Formulaic to:\r\n\r\n* Convert from Royal Measurements to Metric\r\n* Convert celsius to farenheit, and visa-versa\r\n* Calculate angles in a triangle\r\n* Get the area and circumference of a circle\r\n* Do simple math flashcards\r\n* Get the areas and perimeters of squares, rectangles, and trapezoids\r\n* Get averages and standard deviations for a set of numbers\r\n* Get the correlation coeffecient of properties within a set of data\r\n* Measure mass and velocity\r\n* Run open-ended calculations\r\n\r\nFormulaic is also open-source, so you can check out the code and use it to create your own calculators.\r\n\r\nFormulaic is published with [PowerShell Pipeworks](http://powershellpipeworks.com) as a web site and service, with a companion Windows app.\r\n \r\n\r\n\r\n#### Geometry\r\n                \r\n                \r\n* [Get-CircleArea](http://get-math.com/Get-CircleArea/)\r\n* [Get-CircleCircumference](http://get-math.com/Get-CircleCircumference/)\r\n* [Get-EllipseArea](http://get-math.com/Get-EllipseArea/)\r\n* [Get-ParallelogramArea](http://get-math.com/Get-ParallelogramArea/)\r\n* [Get-RectangleArea](http://get-math.com/Get-RectangleArea/)\r\n* [Get-RectanglePerimeter](http://get-math.com/Get-RectanglePerimeter/)\r\n* [Get-SquareArea](http://get-math.com/Get-SquareArea/)\r\n* [Get-SquarePerimeter](http://get-math.com/Get-SquarePerimeter/)\r\n* [Get-TriangleArea](http://get-math.com/Get-TriangleArea/)\r\n* [Get-TriangleSide](http://get-math.com/Get-TriangleSide/)\r\n* [Get-TrianglePerimeter](http://get-math.com/Get-TrianglePerimeter/)\r\n* [Get-TrapezoidArea](http://get-math.com/Get-TrapezoidArea/)\r\n* [Get-Angle](http://get-math.com/Get-Angle/)                \r\n                \r\n#### Physics\r\n                \r\n                \r\n* [Measure-Mass](http://get-math.com/Measure-Mass/)\r\n* [Measure-Velocity](http://get-math.com/Measure-Velocity/)                \r\n                \r\n#### Statistics\r\n                \r\n                \r\n* [Get-Average](http://get-math.com/Get-Average/)\r\n* [Get-StandardDeviation](http://get-math.com/Get-StandardDeviation/)\r\n* [Measure-Correlation](http://get-math.com/Measure-Correlation/)                \r\n                \r\n#### Converters\r\n                \r\n                \r\n* [ConvertTo-Metric](http://get-math.com/ConvertTo-Metric/)\r\n* [ConvertTo-Celsius](http://get-math.com/ConvertTo-Celsius/)\r\n* [ConvertTo-Fahrenheit](http://get-math.com/ConvertTo-Fahrenheit/)                \r\n                \r\n#### Calculators\r\n                \r\n                \r\n* [Invoke-Arithmetic](http://get-math.com/Invoke-Arithmetic/)\r\n* [Measure-Tip](http://get-math.com/Measure-Tip/)\r\n* [Measure-Interest](http://get-math.com/Measure-Interest/)                \r\n                 \r\n#### Flashcards\r\n                \r\n                \r\n* [Get-Flashcard](http://get-math.com/Get-Flashcard/)                \r\n                \r\n#### About Formulaic\r\n                \r\n                \r\n* [About Formulaic](http://get-math.com/About Formulaic/)\r\n* [Math as a Service](http://get-math.com/Math as a Service/)                \r\n                \r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fformulaic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartautomating%2Fformulaic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fformulaic/lists"}