{"id":19310526,"url":"https://github.com/sepppenner/decimalmath","last_synced_at":"2025-08-12T15:09:53.206Z","repository":{"id":82868610,"uuid":"216877386","full_name":"SeppPenner/DecimalMath","owner":"SeppPenner","description":"DecimalMath is a library to calculate mathematic functions with the decimal data type.","archived":false,"fork":false,"pushed_at":"2025-01-05T21:37:23.000Z","size":2931,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T07:23:55.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeppPenner.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-22T17:58:25.000Z","updated_at":"2025-01-05T21:37:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d3c09ea-d37c-4ac1-add6-734d948a78c8","html_url":"https://github.com/SeppPenner/DecimalMath","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FDecimalMath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FDecimalMath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FDecimalMath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FDecimalMath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeppPenner","download_url":"https://codeload.github.com/SeppPenner/DecimalMath/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248381759,"owners_count":21094525,"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-11-10T00:24:38.474Z","updated_at":"2025-04-11T11:04:01.535Z","avatar_url":"https://github.com/SeppPenner.png","language":"C#","funding_links":["https://patreon.com/SeppPennerOpenSourceDevelopment","https://paypal.me/th070795"],"categories":[],"sub_categories":[],"readme":"DecimalMath\n====================================\n\nDecimalMath is a library to calculate mathematic functions with the decimal data type.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/w79tkhi5jy9c2uih?svg=true)](https://ci.appveyor.com/project/SeppPenner/decimalmath)\n[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/DecimalMath.svg)](https://github.com/SeppPenner/DecimalMath/issues)\n[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/DecimalMath.svg)](https://github.com/SeppPenner/DecimalMath/network)\n[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/DecimalMath.svg)](https://github.com/SeppPenner/DecimalMath/stargazers)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/DecimalMath/master/License.txt)\n[![Nuget](https://img.shields.io/badge/DecimalMath-Nuget-brightgreen.svg)](https://www.nuget.org/packages/HaemmerElectronics.SeppPenner.DecimalMath/)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/HaemmerElectronics.SeppPenner.DecimalMath.svg)](https://www.nuget.org/packages/HaemmerElectronics.SeppPenner.DecimalMath/)\n[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/DecimalMath/badge.svg)](https://snyk.io/test/github/SeppPenner/DecimalMath)\n[![Gitter](https://img.shields.io/matrix/DecimalMath_community%3Agitter.im?server_fqdn=matrix.org)](https://matrix.to/#/#DecimalMath_community:gitter.im)\n[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)\n[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon\u0026logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)\n[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal\u0026logoColor=white)](https://paypal.me/th070795)\n\n## Available for\n* Net 8.0\n* Net 9.0\n\n## Net Core and Net Framework latest and LTS versions\n* https://dotnet.microsoft.com/download/dotnet\n\n## Available methods\n\n```csharp\ndecimal Abs(decimal x);\ndecimal Acos(decimal x);\ndecimal Asin(decimal x);\ndecimal Atan(decimal x);\ndecimal Atan2(decimal x);\ndecimal Cos(decimal x);\ndecimal Cosh(decimal x);\ndecimal Exp(decimal x);\ndecimal Log(decimal x);\ndecimal Log10(decimal x);\ndecimal Power(decimal value, decimal pow);\ndecimal PowerN(decimal value, int power);\nint Sign(decimal x);\ndecimal Sin(decimal x);\ndecimal Sinh(decimal x);\ndecimal Sqrt(decimal x, decimal epsilon = Zero);\ndecimal Tan(decimal x);\ndecimal Tanh(decimal x);\n```\n\nThe project can be found on [nuget](https://www.nuget.org/packages/HaemmerElectronics.SeppPenner.DecimalMath/).\n\n## Install\n\n```bash\ndotnet add package HaemmerElectronics.SeppPenner.DecimalMath\n```\n\nChange history\n--------------\n\nSee the [Changelog](https://github.com/SeppPenner/DecimalMath/blob/master/Changelog.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Fdecimalmath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepppenner%2Fdecimalmath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Fdecimalmath/lists"}