Skip to main content

passagemath: Symbolic computation with GIAC

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

Giac/Xcas is a general purpose Computer algebra system by Bernard Parisse released under GPLv3. It has been developed since 2000 and is widely used: Giac/Xcas is the native CAS engine of the HP Prime calculators; the C++ kernel of the system, Giac, provides the CAS view of Geogebra.

This pip-installable source distribution passagemath-giac makes Giac available from Python and provides integration with the Sage Mathematical Software System.

What is included

Examples

A quick way to try it out interactively:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-giac[test]" ipython

In [1]: from passagemath_giac import *

In [2]: x = libgiac('x')

In [3]: V = [[x[i]**j for i in range(8)] for j in range(8)]

In [4]: libgiac(V).dim()
Out[4]: [8,8]

In [5]: libgiac.det_minor(V).factor()
Out[5]: (x[6]-(x[7]))*(x[5]-(x[7]))*(x[5]-(x[6]))*(x[4]-(x[7]))*(x[4]-(x[6]))*(x[4]-(x[5]))*(x[3]-(x[7]))*(x[3]-(x[6]))*(x[3]-(x[5]))*(x[3]-(x[4]))*(x[2]-(x[7]))*(x[2]-(x[6]))*(x[2]-(x[5]))*(x[2]-(x[4]))*(x[2]-(x[3]))*(x[1]-(x[7]))*(x[1]-(x[6]))*(x[1]-(x[5]))*(x[1]-(x[4]))*(x[1]-(x[3]))*(x[1]-(x[2]))*(x[0]-(x[7]))*(x[0]-(x[6]))*(x[0]-(x[5]))*(x[0]-(x[4]))*(x[0]-(x[3]))*(x[0]-(x[2]))*(x[0]-(x[1]))

In [6]: (x+5)**(1/3)        # note here 1/3 is done in Python before being sent to Giac
Out[6]: (x+5)^0.333333333333

In [7]: (x+5)**QQ('1/3')    # using Sage rationals
Out[7]: (x+5)^(1/3)

In [8]: from fractions import Fraction  # using Python rationals

In [9]: (x+5)**Fraction(1,3)
Out[9]: (x+5)^(1/3)

The last example again, using the Sage REPL:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-giac[test]" sage
Warning: sage.all is not available; this is a limited REPL.

sage: from passagemath_giac import *

sage: x = libgiac('x')

sage: (x+5)^(1/3)           # the Sage preparser translates this to (x+5)**QQ('1/3')
(x+5)^(1/3)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_giac-10.8.4rc0.tar.gz (182.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_giac-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (102.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_giac-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (92.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.4rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (101.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.4rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (92.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_giac-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl (31.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl (102.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (92.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.4rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (101.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.4rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (92.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_giac-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl (102.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (92.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.4rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (101.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.4rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (92.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_giac-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl (102.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl (92.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.4rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (101.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.4rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (92.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_giac-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl (103.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.4rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_giac-10.8.4rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_giac-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_giac-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_giac-10.8.4rc0.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.4rc0.tar.gz
  • Upload date:
  • Size: 182.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_giac-10.8.4rc0.tar.gz
Algorithm Hash digest
SHA256 9f9565dfa1e68387823d626ae848483e46cb0a22b0af9160433850df075c758a
MD5 a6a3828f3a1752e2f87fdea69f51d2d8
BLAKE2b-256 f6358603174b4a7e11ae034a1923eb8d83c562a65ff55f3911f289359bd24e8e

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf77dce3223e67e76ae3360e1fbe4ff159b20ee99cfc75a6b75f6d60cfcbcee1
MD5 197feaf039027dd0e1e9afc540b164ec
BLAKE2b-256 29937aab3beabfe8b0db11d9fd07ea6201109ab9f4e661981ec7219ba1ea8c34

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 29f9ef8f6b822e693ebab5f3b800276c339a629128aaec30a4ae10f8646fa242
MD5 6cd6f27ac92334f66448f1137d77ff10
BLAKE2b-256 b599a41d5895ff7f911798801d6f92e97203f9dce10d7799efe7e5618a08d402

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bfa43f09945f8325160a2b35dd7c2319164f7d6b0bb5ee7822e6f2ea4b0a84c
MD5 a2fd1ae4b26dde247ea249e8c034a0f7
BLAKE2b-256 d3f20e7bc3336959d12fd602a92d19aa7c1f7b61ff06da41d0a3b3939334acbb

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 baa45cc268d9e9445e27df84d001d9dd2ac64baf221a94bf5c3e10351ecd49f6
MD5 7982e5e5ac841bc11279c8cc8554419c
BLAKE2b-256 587ce8dec00fbbbb2d67fa9df24c5673e97e37b052d168dfae088f42e1381d38

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d66ff329dea5aff073642e4c143941097901d339c59cdcf122ac40fdda008353
MD5 9b2ecaa436a22e2f1c13deb7907c014b
BLAKE2b-256 236a2022b8622a19963ccdf96170edc6f8ca7f021d4ebdab22359a182fd217ab

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c0af17892c853026c44a19e0ccc57373f0860a13740d618315cedf2c5dce4306
MD5 2c77d530bbf3db16eb0e81285ce4c59f
BLAKE2b-256 4f6f2aceec8ffacecaa374fe52b2c7227dc51042c4fb15a198086f6bf2b1060c

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a462c116c3caf0902ed7cbb04ceef2a64d2cd74127007070816196471f96cf04
MD5 1c3fba9095af56a536b3f97d23195918
BLAKE2b-256 e549ba2024ab8df3e52dd9d6affaf042b8c5be0bad0553668751a68b9328cbd7

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f62dcc5d5e2ad7996dc75f802cd637690112bbae6c77cd46073f921c6817618c
MD5 304db326f1d4a22d5233df7043dbdc29
BLAKE2b-256 eab0b3105a7b59ae4775da0fae2738fdfab1b92e7565b0deed7911ff52a5feda

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f49673ea93e3d81ea5296c313b8d4cd07df6a3ceddcb8cfe6f14b8ee76ce2470
MD5 83db2a6e21d63608b6173c1c8db62640
BLAKE2b-256 be2cc13d75ee9e2fd7582d208d012cb7930636687296419f7e61a3bb0fa9d224

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a64f4d32c80471da435fc1c6cd3a51b9167674a098be5e3aa4c3d18eb93300b
MD5 519294ac19abfa9edaffa6d70e6d0387
BLAKE2b-256 8484ade5e2201be2f8b1615b00efa3c2efd4dac920b9bb5fd29b78ec5702470b

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4cf5a9e390b89ca0994b471a42ccd927589b37605b1f2e32996dfd215ea6b02
MD5 a95d58b84589181348931a5133fbac0a
BLAKE2b-256 8ba2cd2eb3ace251085c4434f97347b5c1f8886ee4b2fc79ccdc81fce96cd4b7

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b17292776a6577dcdc163ed882333da40dff8c2fea4fdac185f2515be356d6ca
MD5 99e87dd293ea20617d9024529344fd3a
BLAKE2b-256 1d36847467f60f21cdd7bd526dfca1ec329f331fe83d4caeca8935166fcf5614

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 795535357a20e6b9bb23b699a63601fc3edffcc80ce68a418ae9e816273abb53
MD5 3f9371961e693f8b4db09daeeb71643d
BLAKE2b-256 2920b87fd6d2c14c883447defa09dfddc2962b75898b7e7519aec0e625215e08

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7927c5f7a7f2db6e33244db89f79bc5104f19f560fffb28c4d55b2df8b50a45d
MD5 553b7571a9bb8a231bf0b2eb2889a843
BLAKE2b-256 231c13c5e9617124f12636f5272db6bdd3e0f440a0309cf40028bfe418bdddc5

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 711b445bbe43e0dd0e43de0c19fb3f9438fdaf9d56fb758a1a2a98a9cfcb1979
MD5 9762966197b461aef60e804b508dc35a
BLAKE2b-256 73ac8a22769f7fc2824e9f3a3964697cd5d12c77c4f8e33a3a955a8735cf6f1a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96eab9d8f6b8f27f0069ff6169f905c6354254dec7cdd28e7a352cbe442e77f3
MD5 3aa41f22b083ea81b60faf453105aac7
BLAKE2b-256 a2a4bd75648df93796e6fd122254508e1b714412575d55bc1357d4be64922113

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ecef5ab3e47350d64b9b36e9217adfe4c9551c74a766e8eaa137b0803771871
MD5 c99c1ed915db613532c46fa81caf636c
BLAKE2b-256 49309a93b4f855ad69758e6433b49d613c2bb6e0231e8f581307551ecd4d54cc

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 617be10536a0a1b84b4b5b4d23d37c2af361e9411c683b8e037ee08bb732d60c
MD5 6d0a8710ce1174d17d7d2a2a4b04f4f8
BLAKE2b-256 eb0d93f098bd7dc9f074d96f6ec26dfd863dcd5f3afa0c4dea8fdcc153ef24ab

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b94dd44a3a4748b868c82cd424cacc1dcf8a65de0bac1b59888e004d9f2c0d3
MD5 7ca255495b6af6bb1ef356631c576338
BLAKE2b-256 327de54804ed1c7ced6a3ed0eb631f632f3c9d629220123fb69bfd41fbf53827

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c57d7c0579117e9b8b4e17d2f1cffd3f9e023212b388271c77c88de00e0804d
MD5 752ab56f731ef5e6b07a76e55b1945fc
BLAKE2b-256 db4334ddcabb199494e3825f53fd866ca226114cb4b0c56638701351c2777780

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d58f09b4580f32c9f0306174edc590586a5703c75108e5764c9c83bfb0c785d
MD5 c38307665f921aedbce532ea75922b33
BLAKE2b-256 3528b52bb949cc2475eb89e891671dabb1aa3e9ef2d8ed671433e199648cec69

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 115b9fc8a584b03a9280516d159e770d4f1238ab69a54c084e8bdca0b063b545
MD5 a5e5a03eadc6143968a0c120da8805a3
BLAKE2b-256 ad1a17da67e1aaea63d69cb49dc6024c896a7d3fc2019ae0fa33c8d9f0cc8574

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2174e6d05a73188a1eddcc53295b2d0f728143a75ce38df0913cb03665c3147
MD5 59267ce7a76d2cfb0db7c7901105f4be
BLAKE2b-256 66d766186743ef12e5193f6fad9056fbadaeff199b966893e916fe6085738287

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2be0c0a21aef7eb45a1f9e4754ca589406a70adad69df85761f9d1c38457f518
MD5 4819244b610188a438bcccad0e6748a7
BLAKE2b-256 2b61498c12cfbbc649f7641c5da8892a35f462b512bb70f98d10b9477f19ef28

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ba18ab57433baa17cd6996740e1f83e1e2718e7d1170553972e9f09ecc9b026
MD5 ae6057bc0141e0fce538bcbaf4db625f
BLAKE2b-256 48ebc8456d6da7a115da139b30aa135cf30d8a62e916005af5aaec3dc1781e3f

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63abc77e0ec4605a512b1e082808df75b06be415afae52bd9100ab1ffd061398
MD5 43e12c7041c9b102c77f479b8cb00028
BLAKE2b-256 aa3d135314d74f1aa91b013f6539360f08e3c36b3dd0e032a1b4c4b59bba6447

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 223eaae8fbec4eb3e3f5353f5efcc6f7eecdcd317d0abe2e286e7fd5c8535a0e
MD5 29e995a97df5149ef85296ba5f80398f
BLAKE2b-256 2e3bf784b9e6ed035b656359f41a428908984137b275fdc865d302489e3abbae

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 793c71846ea6b8aeff6c6c8cadce2335d6c49b5e5fc390010d6e9b9c73df9bb3
MD5 cbcb65733acb72249d7d28090a87d053
BLAKE2b-256 218090c9de6cf20e6ac8cf6a152461bc699ad92b358a4cf0f1f80dea2fdd7a24

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01b59bdcb9e324f0f0c4a005e44e0cc9723924806f9cc5b7d5e898986826794e
MD5 ffa22c314cc96ece878e8ee73393f4a0
BLAKE2b-256 fc97cc5fd3f659cd5076c2a78d92c5bc73f7f5ac9ca3fad2dfcb932af2d64e0e

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6ac5c9200934bc30f53d968320d65dfde42c2460f03bf5b13d8a6f28c597f6be
MD5 8f45bb0afac3531c6dac2ff9a5ab90a6
BLAKE2b-256 7fbcc72e48bd2cd7d23de9d08686b7fa8d10a7b9a0e195ea4675f47101049c69

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page