パッケージ: libmuparserx4.0.8 (4.0.8+dfsg-2)
libmuparserx4.0.8 に関するリンク
Debian の資源:
muparserx ソースパッケージをダウンロード:
- [muparserx_4.0.8+dfsg-2.dsc]
- [muparserx_4.0.8+dfsg.orig.tar.xz]
- [muparserx_4.0.8+dfsg-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [beltoforion.de]
類似のパッケージ:
mathematical expression parser library
The evaluation of a mathematical expression is a standard task required in many applications. It can be solved by either using a standard math expression parser such as muparser or by embedding a scripting language such as Lua. There are however some limitations: Although muparser is pretty fast it will only work with scalar values and although Lua is very flexible it does neither support binary operators for arrays nor complex numbers. So if you need a math expression parser with support for arrays, matrices and strings muparserx may be able to help you. It was originally based on the original muparser engine but has since evolved into a standalone project with a completely new parsing engine.
This package contains the shared library.
その他の libmuparserx4.0.8 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 4.0)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 9)
- GNU 標準 C++ ライブラリ v3