Metadata-Version: 2.5
Name: xlcalcnet2
Version: 0.1.0
Summary: An addon for the XlCalcNet library, containing software requiring the LGPL-3.0-or-later.
Project-URL: Homepage, https://github.com/duhadler/XlCalcNet2
Project-URL: Issues, https://github.com/duhadler/XlCalcNet2/issues
Author-email: "D.U.Hadler" <DUHadler@aol.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENCE
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

### XlCalcNet2

XlCalcNet2 is an addon for the [XlCalcNet](https://pypi.org/project/xlcalcnet/) library. It is licensed under the LGPL-3.0 or later and is therefore provided as a separate package. It is based on [Boost Math](https://github.com/boostorg/math/), [Boost Multiprecision](https://github.com/boostorg/multiprecision), [Boost Odeint](https://www.boost.org/doc/libs/latest/libs/numeric/odeint/doc/html/index.html), [Eigen](https://libeigen.gitlab.io/), [GMP](https://gmplib.org/), [MPFR](https://www.mpfr.org/), [MPC](https://www.multiprecision.org/mpc/) and [FLINT](https://flintlib.org/) and provides functions for the same fixed precision data types as XlCalcNet and also for additional data types in arbitrary precision.



The manual is the same as for XlCalcNet and is available online in HTML format: [XlCalcNet.html](https://duhadler.github.io/XlCalcNetDocsHTML/). The part which is specific for XlCalcNet2 starts [here](https://duhadler.github.io/XlCalcNetDocsHTML/B01_GeneralUsage/C07_ContextsXlCalcNet2.html).



XlCalcNet2 references XlCalcNet and needs to be installed after XlCalcNet has already been successfully installed.


