MathParser.org-mXparser has been downloaded more than 4.000.000 times!
All orders are handled by the Payhip.com platform.
For your convenience, we have provided below a brief overview of the license types, with the option to purchase them directly here on this page (the purchase here is also fully handled by the Payhip platform).
Contact e-mail: info@mathparser.org
What is a WORKSTATION?
An example when you need a license for A SINGLE WORKSTATION: only one developer works on the development of your application. You do not additionally use separate environments for testing, i.e. you design, create, test and compile your final application on one environment.
An example when you need a license for UP TO 5 WORKSTATIONS: two developers are working on the development of your application. In addition, one tester conducts its tests in a separate environment. You use three workstations in total, so you need a license for up to five workstations.
An example when you need a license for UP TO 20 WORKSTATIONS: Ten developers are working on the development of your application. In addition, a five tester conducts its tests in a separate environment. You use fifteen workstations in total, so you need a licenses for up to twenty workstations.
An example when you need A SITE-LICENSE: over several dozen developers and testers work on the development of your application using many environments. You have a large and multi-disciplinary team involved in creating your solution. Your team is growing. You don’t want licensing limitation. The best choice would be a site license.
IMPORTANT: The number of workstations does not relate to the final distribution of your end-product to your end-users. In typical cases the number of workstations is a way to measure the scale of the process of design and/or development and/or creation and/or manufacturing of your product.
- A workstation is a device, a remote device, or a virtual device, used by you, your employees, or other entities to whom you have commissioned the tasks.
- For example, the number of workstations may refer to the number of software developers, engineers, architects, scientists, and other professionals who use the PRODUCT on your behalf.
- The number of workstations is not the number of copies of your end-product that you distribute to your end-users.
- By purchasing the COMMERCIAL LICENSE, you only pay for the number of workstations, while the number of copies /users of your final product (delivered to your end-users) is not limited.
Payment: One-Time Purchase vs Subscription
- Subscription: access to all version, which means you always get new features.
- One-time purchase: access to one v.5.2 version only + access to patches + access to one MINOR release upwards.
QUESTION | ONE-TIME PURCHASE | SUBSCRIPTION |
---|---|---|
Unlimited time of use? | YES | NO |
Unlimited access to all versions and to all updates? | NO | YES |
Lower entry cost? | NO | YES |
Fully predictable and repeatable costs? | YES/NO | YES |
Format: Binary vs Source Code
QUESTION | BINARY | BINARY + SOURCE CODE |
---|---|---|
Binary versions of the package available? | YES | YES |
Can I modify the source code? | NO | YES |
Can I modify the binary package? | NO | NO |
Before purchasing please read the DUAL LICENSE TERMS for NON-COMMERCIAL USE and COMMERCIAL USE.
Purchase: Binary Format
If you do not need to use the source code, e.g. you do not need to adapt the API to your needs, then the binary version seems to be the best choice.
MathParser.org-mXparser Binary | VERSION | NET PRICE | PURCHASE NOW with Payhip.com |
---|---|---|---|
Single workstation One-time purchase | v.6.1 | 115 USD | Buy Now |
Single workstation Subscription | ANY | 35 USD / Year | Subscribe Now |
Up to 5 workstations One-time purchase | v.6.1 | 280 USD | Buy Now |
Up to 5 workstations Subscription | ANY | 85 USD / Year | Subscribe Now |
Up to 20 workstations One-time purchase | v.6.1 | 890 USD | Buy Now |
Up to 20 workstations Subscription | ANY | 270 USD / Year | Subscribe Now |
Site license (21+ workstations) One-time purchase | v.6.1 | 1320 USD | Buy Now |
Site license (21+ workstations) Subscription | ANY | 400 USD / Year | Subscribe Now |
Purchase: Binary + Source Code Format
If you need to use the source code, e.g. you want to adapt the API to your needs, then the source code version seems to be the best choice.
MathParser.org-mXparser Binary + Source Code | VERSION | NET PRICE | PURCHASE NOW with Payhip.com |
---|---|---|---|
Single workstation One-time purchase | v.6.1 | 575 USD | Buy Now |
Single workstation Subscription | ANY | 175 USD / Year | Subscribe Now |
Up to 5 workstations One-time purchase | v.6.1 | 1350 USD | Buy Now |
Up to 5 workstations Subscription | ANY | 410 USD / Year | Subscribe Now |
Up to 20 workstations One-time purchase | v.6.1 | 4450 USD | Buy Now |
Up to 20 workstations Subscription | ANY | 1350 USD / Year | Subscribe Now |
Site license (21+ workstations) One-time purchase | v.6.1 | 6600 USD | Buy Now |
Site license (21+ workstations) Subscription | ANY | 2000 USD / Year | Subscribe Now |
Steps in the purchasing process
The description below is for a purchase made through a payment card (the payment operator is Stripe) or PayPal. If your preference is to place a purchase order and pay via bank transfer, please contact us via e-mail: info@mathparser.org
Please note that we only make transactions with companies (B2B model only).
BUSINESS CONTACT DETAILS
INFIMA Iwona Glowacka-Gromada
Omulewska 26B/193
04-128 Warszawa, Poland
TAX/VAT No: PL7742812576
Information for US customers – in order to provide the W8 form, please contact us via e-mail.
If you have any questions, please use the contact form below or send an email to info@mathparser.org
You only buy a license. You can download the software at any time from the below locations
Nuget – Package Manager (C#, F#, Visual Basic, …)
Install-Package
MathParser.org-mXparser
-Version
6.1.0
dotnet add package
MathParser.org-mXparser
--version
6.1.0
<PackageReference Include=
"MathParser.org-mXparser"
Version=
"6.1.0"
/>
Maven – Dependency (Java, Kotlin, Scala, Groovy, …)
<dependency>
<groupid>org.mariuszgromada.math
</groupid>
<artifactid>MathParser.org-mXparser
</artifactid>
<version>6.1.0
</version>
</dependency>
Maven – Gradle
implementation
'org.mariuszgromada.math:MathParser.org-mXparser:6.1.0'
CMake – Dependency / FetchContent (C++, MSVC, LLVM/Clang, GNU/GCC, MinGW, MSYS2, WSL, Windows, Linux, Unix, MacOS)
include(FetchContent)
FetchContent_Declare(
MathParserOrgMxParser
GIT_REPOSITORY https://github.com/mariuszgromada/MathParser.org-mXparser.git
GIT_TAG v.6.1.0
SOURCE_SUBDIR CURRENT/cpp/lib
)
FetchContent_MakeAvailable(MathParserOrgMxParser
)
target_link_libraries(YourExecutable MathParserOrgMxParser
)
GitHub
git clone
https://github.com/mariuszgromada/MathParser.org-mXparser
OTHER DOWNLOAD OPTIONS
Download latest release – v.6.1.0 Sagitara: .NET bin onlyDownload latest release – v.6.1.0 Sagitara: JAVA bin onlyDownload latest release – v.6.1.0 Sagitara: bin + doc
NEWS FROM MATHPARSER.ORG
SOURCE CODE
Source code .zipSource code .tar.gz
View on GitHubMathSpace.pl
My other creative spaces
If you have any questions, please send an email to: info@mathparser.org
Thank You!