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 --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 --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.7.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.7-cp314-cp314t-musllinux_1_2_x86_64.whl (102.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_giac-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.7 MB view details)

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

passagemath_giac-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.8 MB view details)

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

passagemath_giac-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl (35.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_giac-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl (32.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl (103.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl (93.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.9 MB view details)

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

passagemath_giac-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.8 MB view details)

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

passagemath_giac-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_giac-10.8.7-cp314-cp314-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl (103.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl (93.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.0 MB view details)

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

passagemath_giac-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.0 MB view details)

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

passagemath_giac-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_giac-10.8.7-cp313-cp313-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl (103.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.9 MB view details)

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

passagemath_giac-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.8 MB view details)

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

passagemath_giac-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_giac-10.8.7-cp312-cp312-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl (103.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl (93.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.4 MB view details)

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

passagemath_giac-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.4 MB view details)

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

passagemath_giac-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl (35.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_giac-10.8.7-cp311-cp311-macosx_13_0_arm64.whl (32.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_giac-10.8.7.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_giac-10.8.7.tar.gz
Algorithm Hash digest
SHA256 cbd4b5ee7cc439cd68717152a1b17e94161fe54e6b66ef43bb30e1a52f4eefa7
MD5 3cfe15a2c15ed0c9d876b0f9d72cec83
BLAKE2b-256 091ec1ec6403ca96e685eb39b9483c588474e1e01b512f55118b1bdc8d092c60

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3cd0f65345d526a138f364c6b4ea84b01b29c55a3a440a7b64adbfa44994e7ec
MD5 9bd0c6aee97cd7e19dd22e2dfc5d074b
BLAKE2b-256 6b226d0226ed5c55a788260ad38baa029f0795c492720c0005fc3cc4811bdf5a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a59beffae8fd9a45ea3b379be8c3048028972f2c5a00e31f617873ae90a4aa64
MD5 eaa95dbfae8e9d18d5dbd9fd5b7a42df
BLAKE2b-256 7f9ed814d873a2f149d4e2ded44714c0e0e467fd6fcb49a327562995a97cd4cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0e43db324d69f70128b2514d0073497370c86241d4db8be2c9a6d5bd5b6003b
MD5 872e8185e22ff0857860f0c399fa6460
BLAKE2b-256 67b9f4dfd814f03ff14da8147ad99d6d6d125910251b310c2cb4645f2797a8ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1890f0893638aed381d0072982453523c861685a3f7e5491ab27900e99c6c3e1
MD5 fc975524bd900daeef2fbd79ff436d21
BLAKE2b-256 51157fa8ddb1e45635a4640976269f4198cbbf911ac9fae64370632ddba65a9e

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2274722e002afa507d290403d42668eb9897f40a14b87824ecb8daf4c9eccb9
MD5 8d03b8cfcb30496cbade0d357a9775ca
BLAKE2b-256 d5835bfbb8be4a709c48e0d174a0a2e029c27200958c94a3de51f2f3f1ac6668

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2ee1614cda80e157b1d277965ab9eb989ee6de3a6b3ada78c72265de8ae5c96c
MD5 d77154fa2ebdf3f69d5e09ad9cab645b
BLAKE2b-256 3cc2f050fe8f9cc6fd97812cadee7b4104b78daa0181e4c5efb0abee02563e91

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aee21fc8830cd81f793ea0ca14f9a425d7b73cf89a8bdf6f36529564584c3a41
MD5 a430bed3ed9eb9c70ed352cb603feae5
BLAKE2b-256 d8038adee7be77632cdfb6e77e1dc5c185dfcb0a21a272141d545c029bed09d7

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7740ccb342aca0a49027729f3def2a25a1024bf960837c2ff7a5469ccf527bb3
MD5 9f26a9942ebb0a0ea7670ab03a348305
BLAKE2b-256 89a0e0760bbbfe19a27a3050cff7593a9a74e7448920a074c90efff7f6eaab4d

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3028def825ffb54e5fe74a363735c4036ec40c0b0be39120c2bdfa89565f5cd
MD5 eecc3e03dc44ee2441f375cf5d5c3e47
BLAKE2b-256 55bb4a711eb1ad835f8f81ef25e5b5dc3625c8519ba39cb880ccb34c954c2bea

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e6d7157d357a1fd6bc6cc36703ec2934faf5ebd2655e709533ebedd543ff916
MD5 a73fb4cae27f07ff0213bb8b9c85cb09
BLAKE2b-256 d7f635b56871ce4a756539c0cd26ea491138c8c5402ab226edacc5864fc1a0a5

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fed441749f6f04d8eb0032021ee665e226fd98f09d634eaae7dd100ed14d33ed
MD5 5e4c59288e8b0d4b11dcde6a91e407a8
BLAKE2b-256 0dd953dffa39eb47ee7673f374c2022695b209eab51f87649551f620ac7c691d

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ed699af9046fb9c7017f7085b5a5115cfd2f2dae2526d4c68a589b7dd3543bb7
MD5 9f9b86b76e4211601f2bdf2542d0f9a2
BLAKE2b-256 182ed103d1e2c2e0df67fde84a0fb082ca00b31931d4a916a1e9546ef667055f

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 755b1774c3efca0733e23845339cdf860c52580e3e904a7c043eab3934a43111
MD5 fbe9e8021da894d5e34a27db2bc700ff
BLAKE2b-256 3bfd5eecf6b62aef64d2c11a08b166d000ac8f47b0ca14d93316d537296d25aa

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33d34fbff052c0bb3488c0f950bf7224cd238c92b9a414169abcef50bb34daa3
MD5 0360fb4c8e1276159e99423b7a1d81b2
BLAKE2b-256 dac2114d974ff69e85f2531dbe065e8dbf5f85eefc5ba032a9dee139995b1c37

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf3571a21e5e0044280c8bbce532b939d72eca1936b7f57dccf0e70e04bff576
MD5 7695343b030ad9d5168f34977421bbe7
BLAKE2b-256 3686142b743091c5b9a4a690d86a9c6196fa75c906e4e1868eaf5be1e85d05b1

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec3ffda1761863a8546e543c1a329ee7814a62058aef1648af7da75739f52390
MD5 19543b3287a5dbddc6230c2edd20c81d
BLAKE2b-256 f749b02476fc0f4987c98c16d7dd2d147e6062eb3d7b8c4dcc9c4a0e55901a2d

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c13e80f431b91e6715f3d488b92aa5319c9112d27e8357dc658d49d95dc56b8a
MD5 971cc141de8e348678bc8c4a4873cc1a
BLAKE2b-256 62bf8f26a8217a1df311804b522a1ee1d81ecf1ca9e9017f8ab0410b70fb015b

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5871df9f85e28269285f19d3c830a6aba45da8e903bcee84542ab4786c3d1c36
MD5 f5c042cbe07a8ce9a122c62e99af7de8
BLAKE2b-256 b9942adec3471e2ee3f2116bf6c294fc8023f8bb64fbfc940192a7b9d197d68e

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7956a737cef614f7e97081b6ab684063f04864d0cb4faca4116924e78853853
MD5 cae74a75197c106d70f78883e51566ca
BLAKE2b-256 11396c3321f093cda37dee616d505c0b8c785e30c8a6775a1ed007250d345ec7

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90bd27a1dba17d9f8d9a3e5ef82a17ece50298affd78f36a84710e3bd59d15dd
MD5 aa7d68f535cc14fbde0b9d25b44ef82e
BLAKE2b-256 9db35c3177e112583fd2bb44431a2e02a7aa86543362b50eb7d2ceccfe9247f6

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49f7f71679445286773f8ea13c70fb12e215a302beda60100556818058cdc0c5
MD5 17fc66223789e1d51d692314e03b9c41
BLAKE2b-256 6477100d3e075f529a87e02d1d57eb03f51dbe91618070e51151dcffc802d3d1

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54f451f2583aaa2cd05c401f18350e5f0917c8f8208f234c4f0e605f54decb72
MD5 e2dde3a0dc903e3a318cc46cce89d73e
BLAKE2b-256 2c1599d21a8e9d588695046c132ecd869179d5d32f62e1bb3db1807d90f5f114

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 507d8e8910b1349be7618256c5cd18ea7f457af016c37d9b4343eb1d0f8bc796
MD5 cae9c88ddec156fa51a055c3c950439d
BLAKE2b-256 fc857ff70f0b55e938c65f01c74a2ebabd4394eb9956639cc73fd29cb7b11f54

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3af1398f404b048130b83fb73e0fe266a9061b0f2f8726ec1c1ea1bf03fff38f
MD5 f47016f1f8f1b1e5c8d8c93871fce709
BLAKE2b-256 71a88e09be8a40e7554e1a0cb8b7a34ebfbf5b8481aa071797befca648e6006e

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa143610935311450f1998a5a1cbe35ef0780807fb12f53698a2aead29fc62a8
MD5 230a9a076035dda58d1ecb12f14deda9
BLAKE2b-256 fa9b67ec1cb1f4996968a85bcec3dfc7b2273bee5b3279d5a0f76e8ba0c1bc9f

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 084bf0917c9db52e650d92de1162e2d2ab4fa37c1b8af14d647c5088f59c0063
MD5 e7687faaa70c0d9ef377919b5992efc6
BLAKE2b-256 231a378c464ac3964f8a6aaa2c79efcbaf7f8437e4e1d7031ff98d13721453ee

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7fa73cf0d6db771b5b3ad290011ca2fe93703df974de5b67c0526a48743f6a2
MD5 0f68fbb94208447cdf12f0389be5668f
BLAKE2b-256 49d89352ac8a46f44b2a235e74e255eb660a4eafeb9f90e18a1575f4eba58e73

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f394398236994012e9bec511a35d5b972056007436fcca8cf24d6022f9cb1a7e
MD5 55ebad2027b6c6e011d13c6d2c27a07e
BLAKE2b-256 90ddc3124f752d9e80b5d2f44064ae3ba727ac6a1c7b385c8e09939b304e1e8b

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 660eb524158b6511237bf2394e73a1a4ebacb2977ddf0af11b8256e6d22941b5
MD5 ec449cb1c3221bd3ab9937d3147b6059
BLAKE2b-256 5c6e6fdf2b470464af98370ae6818925a6f2c37e1ce4ad05eb677bd4edc4bfa7

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.7-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6b39fd4dcc2dcd514046d9b9e56d2ab84cd13fd9552c99f31e3d2a7f1a4ca3f0
MD5 e3c24a59de1d7757ee295683b8bbb98e
BLAKE2b-256 9c5c73d11cad8c184c2b06b0d068014f0e411bef5a2394bb88d8d7afdac26eb5

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