Sigmath


NameSigmath JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryA framework for mathematicians
upload_time2023-08-18 02:19:04
maintainer
docs_urlNone
authorArya Praneil Pritesh
requires_python
licenseGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sigmath

Introducing Sigmath: An Advanced Mathematical Framework!

Sigmath is a robust framework developed in C#, specifically designed for mathematicians. Packed with a wide range of cutting-edge mathematical functions, constants, and classes, Sigmath offers unparalleled versatility.

Whether you're working with Python, C#, C++, or C, Sigmath seamlessly integrates into your preferred programming language. One of the standout features of Sigmath is its remarkable ability to directly solve a vast array of mathematical equations, spanning from trigonometry to algebra and statistics. This unique capability sets Sigmath apart from other frameworks in the field.

With Sigmath at your disposal, mathematicians can harness the power of this comprehensive framework to simplify complex mathematical tasks, making it an indispensable tool for professionals in the field.

# Quickstart

You can visit Sigmath on [NuGet](https://www.nuget.org/packages/Sigmath) and [PyPI](https://pypi.org/project/Sigmath/)

- Install for Python

``` sh
pip install Sigmath
```

- Install for C#

```sh
nuget install Sigmath

```

.DLL version of Sigmath is most stable, you can add reference in your Visual Studio project. Get Sigmath.dll from releases tab.

# Build from source

- Clone the repository
- Go to Sigmath/Sigmath folder
- Open Sigmath.sln in visual studio
- Build the solution

# Usage

## Usage in Python

- If installed Sigmath from pip or wheel

``` py
from Sigmath import Basic
print(Basic.add(2, 2))
```
- If using .dll file

```py
import clr # pip install pythonnet
clr.AddReference('path/to/Sigmath.dll')
from Sigmath import Basic
print(Basic.Add(2, 2))
```

Note that function names in .dll and .whl are different. Read documentation for that.

## Usage in C#

``` c#

using Sigmath;
namespace Something {
    public static void Main(string args[]) {
        Console.WriteLine(Sigmath.Basic.Add(2, 2))
    }
}

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Sigmath",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Arya Praneil Pritesh",
    "author_email": "aryapraneil@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# Sigmath\r\n\r\nIntroducing Sigmath: An Advanced Mathematical Framework!\r\n\r\nSigmath is a robust framework developed in C#, specifically designed for mathematicians. Packed with a wide range of cutting-edge mathematical functions, constants, and classes, Sigmath offers unparalleled versatility.\r\n\r\nWhether you're working with Python, C#, C++, or C, Sigmath seamlessly integrates into your preferred programming language. One of the standout features of Sigmath is its remarkable ability to directly solve a vast array of mathematical equations, spanning from trigonometry to algebra and statistics. This unique capability sets Sigmath apart from other frameworks in the field.\r\n\r\nWith Sigmath at your disposal, mathematicians can harness the power of this comprehensive framework to simplify complex mathematical tasks, making it an indispensable tool for professionals in the field.\r\n\r\n# Quickstart\r\n\r\nYou can visit Sigmath on [NuGet](https://www.nuget.org/packages/Sigmath) and [PyPI](https://pypi.org/project/Sigmath/)\r\n\r\n- Install for Python\r\n\r\n``` sh\r\npip install Sigmath\r\n```\r\n\r\n- Install for C#\r\n\r\n```sh\r\nnuget install Sigmath\r\n\r\n```\r\n\r\n.DLL version of Sigmath is most stable, you can add reference in your Visual Studio project. Get Sigmath.dll from releases tab.\r\n\r\n# Build from source\r\n\r\n- Clone the repository\r\n- Go to Sigmath/Sigmath folder\r\n- Open Sigmath.sln in visual studio\r\n- Build the solution\r\n\r\n# Usage\r\n\r\n## Usage in Python\r\n\r\n- If installed Sigmath from pip or wheel\r\n\r\n``` py\r\nfrom Sigmath import Basic\r\nprint(Basic.add(2, 2))\r\n```\r\n- If using .dll file\r\n\r\n```py\r\nimport clr # pip install pythonnet\r\nclr.AddReference('path/to/Sigmath.dll')\r\nfrom Sigmath import Basic\r\nprint(Basic.Add(2, 2))\r\n```\r\n\r\nNote that function names in .dll and .whl are different. Read documentation for that.\r\n\r\n## Usage in C#\r\n\r\n``` c#\r\n\r\nusing Sigmath;\r\nnamespace Something {\r\n    public static void Main(string args[]) {\r\n        Console.WriteLine(Sigmath.Basic.Add(2, 2))\r\n    }\r\n}\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "A framework for mathematicians",
    "version": "1.1.0",
    "project_urls": {
        "Source": "https://github.com/enginestein/Sigmath",
        "Tracker": "https://github.com/enginestein/Sigmath"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ef4f9912be462dcc1cb2997aaffc13f12e12d8c906e8619841f8931cb89e832",
                "md5": "8651ee18af07225b134dc5370dd32c3e",
                "sha256": "ad3b5e5e3c4075cd64ef9a319da73e488c713546c80c87abd5f41de9448f4af3"
            },
            "downloads": -1,
            "filename": "Sigmath-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8651ee18af07225b134dc5370dd32c3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 37725,
            "upload_time": "2023-08-18T02:19:04",
            "upload_time_iso_8601": "2023-08-18T02:19:04.264538Z",
            "url": "https://files.pythonhosted.org/packages/4e/f4/f9912be462dcc1cb2997aaffc13f12e12d8c906e8619841f8931cb89e832/Sigmath-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 02:19:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "enginestein",
    "github_project": "Sigmath",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sigmath"
}
        
Elapsed time: 0.11532s