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.5rc0.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.5rc0-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.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (92.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp314-cp314t-macosx_13_0_arm64.whl (31.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl (92.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp314-cp314-macosx_13_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl (92.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp313-cp313-macosx_13_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl (92.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-cp312-cp312-macosx_13_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-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.5rc0.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.5rc0.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.5rc0.tar.gz
Algorithm Hash digest
SHA256 c44c104f6a19838ae31a510dbe9c52c07783346284a155cbcc7779d545c8cc34
MD5 f505f7aee07af13f2fb134c1a60b2688
BLAKE2b-256 907a671ff8913edf9348b41783beb330aa0c7c422b3e624560c7f11483f093e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb40c7c9a45f2bff838819d3653bccdea802a7f9003a9d5763c02e69f358359d
MD5 2c7dbff181897b1edcefa48ef1f0d0d6
BLAKE2b-256 66cd4eae20d1f49f09d33f2c745a7e95c0a6653486d626d0d282ba0fcde45e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3138db6c17ca0cb651f546e015114ce8c22492fb78cae51e28566f98bd5c2e91
MD5 2fde64e3da7960f3e15f019552d673b2
BLAKE2b-256 ec62886374b8df1a276e042abd4ef0c9a87a2970eb90d076f8003d9e9cb6312e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 958201184d82ce4f5816edbadf2f612eb5a47a4afcc8a4df13a0f39353b6f493
MD5 f95cc11f365b22241eba8b41dab9f191
BLAKE2b-256 2768b645c98ed736537fd944dae93b8eaf4ebd831776ab6ed19170b7b580d18a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d50885b14ab80f1525ffb24ee26c3c2095ee788534a9462480314aec2bbc07e
MD5 37bee1207e76cb3ac910cc096f5abbd5
BLAKE2b-256 d2951a7ea46869779f5c5c7135f9e71b7701d65d551244753137d212b68fe03e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 035fd45ac5b300c538a2001af5497389444db71d518e39a777c906cba74b7f18
MD5 decf33c86ad425ab3e48b1a1cfa3eccc
BLAKE2b-256 13b0186c95e9a42829ddb1a8feb5d3affc2d3c9c1eaee910106a47218aabc7af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 387122472e924555fa965a119a1e22b136df25b9aa064bfa017e386462705327
MD5 f9e7e956543acfe032bbcde27b69a71c
BLAKE2b-256 28e0b046ef2bb95de7f7fa136872adba2ca4b26057173b6528228abcd3d00673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e40313f93b8dc32d310ef9f189ba96684f8808103407df71f1d15dd56c7777c
MD5 0a856533c2599b0ef93d5a310a8ee54b
BLAKE2b-256 a51360ddf6f521eea91a05d0eb16f481715543cad89cbc40e9552f0fea6fa318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1aba28934aace1e3c2c784482db8222ef0a0562a2c2ccacb1b15444a862d32a2
MD5 fa1ee1a8433e4c5019162721f64c7122
BLAKE2b-256 f4ced471414e9f164250c1e24f8208fa1fb20857427d044818d1e6df36eec7cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c03161a67d602b8fe49ed76e6f1795130f352b0cde5c584db583cc89b49ba6f1
MD5 699ad1658d942b7451062831d0638d63
BLAKE2b-256 3119dfa1611f3489c0b3d9403f34d7aa3954dfd9d612ec40b994204cc64238d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8033aa2ddf179f07707064c73caedbc0f0d4e7b3c3784f7ab1b97e1fe383152
MD5 301c7ebf2c93dd043dbf204ac8b3e1aa
BLAKE2b-256 a97fbce913518c7142472c38150ce02907621c8273220ae375a493ed53621a8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6acaf368290a115b6db4efcac8c6d6388e5acaf327d102c4689966779ffb7607
MD5 7cd4a12663b48b38a524c1397e0ae59f
BLAKE2b-256 51d29f41437cf469a1a49670879263f3cfdaa4c7292625cb815826bea5e504dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 910f673f68511c50136a52c598536e9a1e07d0d9a4b4691264e12e9d9533a652
MD5 e42d710bc0e39b14151a60766c0e2cff
BLAKE2b-256 d976bb346e256cfaad49f8387af3232c060c76ca2ad56753059e194f68ed55fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35e11d3726a9e97ddf74e99fc72592ac65e98ba18929fcf009382726ce6543f9
MD5 79a1f1abb316a12959948495c5cfadf4
BLAKE2b-256 f99cc6768e4aeb27f28265b4ce3034000401834db86d859d282c1b6ab1f2bb3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49b0f8383b6a3db98e1c3f99a832adcb7a90834b2505990e42a2f0fc83d9d7dd
MD5 50ecdf6bb9b2e7f9544f60f74c21ed1f
BLAKE2b-256 4735abc7eefdb2258ec1afd669071ba56d8aa33ed6291f3bdfa3407dbecad06e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e1c928d19e208f433b5553040c2e97f2530d71bea05a575b51f04479e99a2b2
MD5 6fb318d8aff38c13ca910bf89b8f9011
BLAKE2b-256 eee863dad1a4391bb24bd49eb330f368f1d6fa423c299fbcb7f2943a5ab31b77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e2283f57649be3f5ad847fa357e5f88dffb8d74009cf09018b78b28c8ea43c0
MD5 ea522699746ff9d8a71a81c0e2e5ba71
BLAKE2b-256 46ad831c3d600c7d98af621312b6332294715328df0bf8ccf5e2068a1436b4a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f925e73a15a40445c49040b3e6cbe9306d4358fc2fae0be7fe3685cfd1d66d2a
MD5 04b91e3eb239af017f28fce96227d843
BLAKE2b-256 d7f5b257e3709b5aff741fcf427c57f2c63d974dc04aab6695c787b2cf270443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 595ba44f1f0f0eead2594c06887ffc829e92f66d7ee606e7ec7d22080d48b8ad
MD5 ac3e3f092a085639a9313d90dbe5a4f6
BLAKE2b-256 67c44c2b7760de77e3c85d684098365d7ee618cb1fc0a8890bc072b8df54c4aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d67015baa72c3c00c8586dbbf0c1b3b57e523b04db3aa58602b27e43e14adbd5
MD5 429f2c40b505f8d7792a77fac12b2d80
BLAKE2b-256 e9629dfdabc82fd044c9792a90149349b0642540a60b64f551f27a65a24ce4ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dfe6e2d17429d89ee67654de39da0721d64ca5f53059a3deb22e519af51acd6
MD5 86a1fa9ad4dc4d2260630ae7a56452a9
BLAKE2b-256 fd78ac34583216ce2b390f4ea2dab6d141cf9c5b6588e73037f189abd5d20d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbb8734cd9bc4f7f67df976f64358ef7292b4746d93492cf2b502c281309453d
MD5 855596e2254a9b4d4ba0a18426ca61aa
BLAKE2b-256 f564474510162cd144611faaca2fd311757563f388cbb9908970f9f2873968d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60f8d2537f6de3a3e5132ecc8bf69b68d32cbe085a77d8eec20c5a4811049e3c
MD5 8b380e78a103fdd2bac1075ffe556c7e
BLAKE2b-256 878ecd497f7202a8b975aecb9d20112ff4c291713d09b3744f48ead74eef8db0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 89376472c20d074501f0edb88c1f154eeacbb6864b5cb73d88ca5a52229ca48a
MD5 598fafc1efcd144a9727e4f1ef4aabb9
BLAKE2b-256 f915efbe15aaabc830860611006aa16ac48cb3290fcf3f7080a43f156d7062f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a95f656a013e8466bcfc77a38b4777f966882f52352984ff07616a7d8a56b911
MD5 71b016aa6a6e89ad380a4bbd92259446
BLAKE2b-256 98c87b65bc546f315bf9b1f9cf79843e17eb98801de812192c37a680f4333cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d7a3a336da99b9be3ffd19b1c7a70276b04b913a249f43813b6774cf2dfe691
MD5 a7b1c66609c54c24a4f3739ac6436a42
BLAKE2b-256 7e5f63eee93f7d80555d190f8d528a3984bbf5d3e63a858369b2b7118f04ce8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86399e3eb490833688a7a966f5c05722eb8978db616d3c49e612e78c8a0254ed
MD5 c641d6e5276aeb6af033d89b51981846
BLAKE2b-256 4c93aa5744d3e57338d14ace33d6ecadb1de04c4125288d7be4d94b43b667d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09e37d37724e4fd9b5e9a6686e579acc20e467b0eaf817172952c77592a4a5a5
MD5 126faf5a25e3ca4f3c183e1ddb20d301
BLAKE2b-256 55ec25c38d753796a47ccc80a7de30c80b0380067c68eb481cbf583fcf702a55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b09f251d7db1707a8273ba158c0d7b952fb0dffe420900063d0894e9c1508ee
MD5 41ad91d7de377bd6bc2bdde88eecf512
BLAKE2b-256 a6e1ee30d9573387d4efe867cedbf874286eb9ea054fdc0facb19adaf25d51a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e809372751a790e9eee9fc9d418a50d710152f2029178a975d0ff0d02006aafb
MD5 eeece96f03e43599c943a7cd02d02838
BLAKE2b-256 9c6766e82260483ff0ee77937f2a837c30adaa6fca5acb6cf9e811f8b95ea6f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c23b9db15ab28b3a27b7d7c17b648f9b29d2533ffed2362ecc5709795bf1fd41
MD5 ad0a77d4fdf3c9214bc0f326fd95f4d4
BLAKE2b-256 514ff31de1cd62202715ffbbc424cc1b2d0447fc4c339dc65ece6db31f259dbb

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