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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_giac-10.8.5rc1.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.5rc1.tar.gz
Algorithm Hash digest
SHA256 6b402757cf6f13381ce6fd5c1361517574f8d87ff054da321c5ce4eecdfd2bb4
MD5 197d127147e2684acab600fe0cf3707f
BLAKE2b-256 c847fc6721d202859a18c5da693834713098d2156fc18b8ad3c2e46a327258b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 226272337836a440f7b97bf87510614f36cd5423940c8a4030afef736339096c
MD5 16c70a8ef0fdf1bad3e0a47db020d9ef
BLAKE2b-256 45753d02e7c38c6cbe52ce759b375a2e9343779f4bdf390bda5cc986ffcd6e2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d851fe67644bc02566e9991edab38e7dac28eb350fb400f766e53997959b34c
MD5 2027ff97c2bf2d03466c8e54ad4aae9f
BLAKE2b-256 c14df9e154a66fa7732e17671beb2c2de896ba0fe7b69cc73e2e02bef0bb2610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9524552998821d544086ed7e8fbd15a51527249d443b57d701792f711699e305
MD5 045281e14bcebe2bc363ea735788ca01
BLAKE2b-256 75037ea17e1ea3928945a5346c2e09723e8af26f566c9acf6f7a8e061383f50f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a25628c528b308dffe5d9d9512c13136e69c9833d845ae1a5a25c61af63de65a
MD5 8c19ecda454679bbd9a57995712d1f2e
BLAKE2b-256 8a6b8c204d7a9d11dca00ccf01aaf5f54354cd2dc07a8a848648bc8693a019ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 174c166b408bab13d9e0041f3c3d6c23a297e13e1bc90fb3db127ebb4f8a8b3f
MD5 7d5cb3df355eb9bbb6c89037797d8223
BLAKE2b-256 4edab437fd90ad6e204fb72166d34b4d4beeb39b433e7c92a5fba3f33279a303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c744f4ed2899a3294d9be80a130b15d47988487eb35332984c7690d2bfcab219
MD5 ceeaa9ff25251faf526629e33235193c
BLAKE2b-256 6a30265827e6dc59f361abf0dd1bc93d48cc45af0adb93c9545698b88237f11e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a46e63060d17af1082a1753fbfc5d864aa3b52ec34eeacd9396e27229a2dfc5
MD5 1174f30ebfb09b42fc500aeb9017a2cf
BLAKE2b-256 5b4cf8b7f4952c1ae90b14daea5d16ec74e98e2773a10726fcfda7399b80144f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c28edba072fc80f60ca892290733206c44321a9258b808dd3676648d764e3316
MD5 18649350bd73b9215078052909c3774e
BLAKE2b-256 d9cd20054284cde7371eb1b5a2a13bebe3d14c3183ad9736d9da7ccafebd94c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae925a78f8dad3d2eed7fe4aef55f17a653cbc88ff8bea6fd79e15bd13f711fb
MD5 a293fb89ecf8e4d2b2b42a962c74f8fd
BLAKE2b-256 e5e593e8a071a2dedb894b2d09ecc9021f0b9f5105a9891576ee771c1d770af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14b5643c1e2e99a686967a896e3a2f435057964eac52a6c7b20befc4ae4ce312
MD5 06cd57f188c3827ab312b5b18553f469
BLAKE2b-256 7f72e68d54490ae1c33d8afc73f4b4f5f13c82258d22f80baf36961f8001bd60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 464a01b1f65bc370614ce47c965de9d18785b114bab42c900cbed3e0861a4556
MD5 0c4836d22c2bfa12c65a28f9a6a4aa46
BLAKE2b-256 077de6be70a98aa43b754b1f14ad216b242b9ebbdc1df1f9b86c0cc11d074e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0223982e513944ca6e8a10b1f5259e1076adae35e6d6ebde77ba66cec6c2f964
MD5 1a28a927a5c693550cb426b6d687ce6d
BLAKE2b-256 215053db902dd79b7ec0581b2c520858df135a9e4161bf343e8bd689f83bf68c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea9706f5ec9e85ad9a6a166e815b74c4cf3ca70c37534dd0d8633d96d6e4a05c
MD5 f40797dcc4af9d3431cb9f8f0dcb190d
BLAKE2b-256 5bd8707ff555a91f1be5ec0c5f62d58afa28595488f728e04a55a158f8694f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ac8f55a5f94aae1fd9b852a7a84f929705e5293ec94a76b0ad602c226e704c0
MD5 fb9802249ad14725868fedd07895166e
BLAKE2b-256 aaa5ff882ef4b6ad48170d7880cbdf163d9e752e8e011431344907cd8931b94b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9f8ddd7b0e14fca7b0f2a45f5b0e6453899262dd7495140f42761fccbe4c0e6
MD5 89329ba16f2a01be9a38eab426a67f58
BLAKE2b-256 c0286401e7130d0c54f8a36748127156c76681c74e97672f0116181d37c0c2bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0ff487a5776600ffec978fd76a9e7e43110f273b958319aad7112db5b0a3163
MD5 57af28b4570db843f19847612410f45a
BLAKE2b-256 c9c49a886d85f9a98b2b1764ea50e5bf59f14934674b9219b18083e2d622e3b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eae2a6bc9dc752d325e4d478117c30294925e469b689f38fd2358c6c7c19eb8c
MD5 2c621a744e13dd94193793171ef7d82b
BLAKE2b-256 1ce0e43357a49498606774773ba9a6a857d241ec3423bb9e2fd478833a6f0f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 12889ab2628c14230c13d1cc6e68e08f7e94daf23548473715f7402a92238a9c
MD5 67ab3601020046e03034ccb1e5012169
BLAKE2b-256 ee8d40437e05c4839e0d73fffd6b4a721003de24c7299227ba3f800c400427df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e20a6b09b0ecf16852a86510c66905d8789f3188e88a6d11874fc64f334ad96
MD5 3c6595a46e587522a06dd5bf7c5368be
BLAKE2b-256 94dbdd79c738d88efdd9b99e43d02591a6ff9d3368a03219f40fc3f29ac96bab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4aee545b7e511505b6f2d0a3b89f1c4d4aa966bc2a09f8ee9fba2b1e7ddbc567
MD5 595e952b13249f1d6457e3912d55728e
BLAKE2b-256 3b20d91e749dc7e17216bf6583b9ed73a57d452b51372bc9a4b979ab86c2600b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54a04bda0631453b5e58dd52bc3ae3157fae0c9604bdd586005a10511b4fe1d9
MD5 0fd597ce63f96a76d48e3d73318a351d
BLAKE2b-256 8d57ec6c945f84fbe1ca63ba996686576391d8d2155b4eaa2f3cf2937b945ff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d8cc12e9d5878d74e020d9eb7a987770d0dd3f5f1882ae1d92a41db8cb1572f
MD5 f0a1d71148305bb253ff51b0b3f421b4
BLAKE2b-256 6cced75325a5aa14948413a22e3f899c92238ea29cad89d6b97556c6cf37341f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7386835ed774b6c646d34abcdae2ba1213f640e559d2202634111f27b4dae048
MD5 b003c7a37f516f6d4df329ea9b3346bd
BLAKE2b-256 95020a6ae06b576de293316547b8ea40c9a4b2b83b98ac6862424ee8c0617c8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8601bf4b7363e2a155d6b86efcc1a287f60a68237ecc49ede57c5fa8c383eb0b
MD5 2d5a2727f40e66f45e55b81adcc47b13
BLAKE2b-256 1c58acd57787b5e20b39e8697b798d88e9fe9037fb9aad9e3ef727d346b87540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d907911b27d9eb3eb4a82087e65bcc01226cfd67e4e4da001d013fec4107b1f
MD5 d003db16184d237c90a363f014bdc96d
BLAKE2b-256 25033709bed0317c83a7aca1d6beaee586846ebfe41b871cc8117d902af37209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59447e00a442b14682f2fb7818ead6f940d81df1b15c52c9a689ce02f1394774
MD5 12116def29a98d88e0dbcff5347e0392
BLAKE2b-256 9578199dae44cf4997af2dbf5a0e82e3262f99da5c25e2895229fafee2d3304e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e2f7bf1b6845a28a95dd8f21b6444acb3dd71fbf8cee07d9663c71955d2669d
MD5 d339c252419928cc82854f03cd04e37b
BLAKE2b-256 f98de6b1e0722942bd3d329bdf6d8986a147324d7c34f38d9aeb78391571e421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57653b50b40c961e563306ec5243dab4755814d1a006f4290dff3598bf2b37a1
MD5 b20e8d3375205e68c14831d8a845a96f
BLAKE2b-256 09ffa67070828fe35f331bed16ddb67059daae26a75e3be926628aad0f2cac56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6d018718efe3476c57e4f3d3243ba5cf2703bcd4e43974d9fef64538ddf401f4
MD5 0d56ada704393e741e7a16d65b19c34b
BLAKE2b-256 0c91927928a8279e792e6e57db1404fd96d749da2318563f12e838a82f8cca91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c20a5fde0c590d40fef8023dec1f3ca3b0d9e14344b28348a17b4bf75e7410dc
MD5 1d0f1495d59d71a691ae9cbb775bebd5
BLAKE2b-256 757f539d45da50aa58a30e8cf6ecfef5437d54eeefb8d6e25b467aca1c99e80d

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