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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_giac-10.8.5rc3.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.5rc3.tar.gz
Algorithm Hash digest
SHA256 4bc81d91e8a1a69b320608a985473cf264eb190177a225ef77ce09c37f8f65c2
MD5 0f50cbdfd6682f7f0e5b1af4f518cb34
BLAKE2b-256 cc2380411a6dfd7bcf6e57129739f5bfbf7f1517b1d316e52556f5c97febafa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f27c8ee6a1685085cbb40221016af56620eb2cee80963f9f923ca1d82cc681a
MD5 c404ee0b0a56477078a608ca8da97419
BLAKE2b-256 077b867b42d94ac1594fb6c232a32d81429794c98933b07b903167f2e5e094c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 342660a4094adc032bd652c435d864fd1234f250b0b5bc39d30de4d9ffc3a834
MD5 ad87ccfad538f6a8658cf43f6bfe86d8
BLAKE2b-256 c3c8260d699827a99dda97f587de33836c0c7902c2fb5ef8c2c9a12b8d7d4351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03ccf78c2adc2bc3590b443cbf30d964290fca560ef2dcc4d8d1273f152a4594
MD5 7a0dcfe8a15e77d94db662181b5426e6
BLAKE2b-256 746652374f85ed3246d45a04f21afcc422f22f81b956f20c0a711282039a97db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4e9c887b240ed1745323b902d9e92204b76f8f1f551a40da65ab2ea53b0c46b
MD5 32ba06bfd958372ceb113479e95b32dc
BLAKE2b-256 73d601ba4e67b4374e749832f71dd69f114f956648e1aeffc323eda4fd9db08b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4a6e4253ebaad8ed7de0ff0406f6659775c92b9d3394eb0b396b3ea5d4f0e800
MD5 1be3a85c34da12d0f45d7015439394fb
BLAKE2b-256 4a35e1075291d42020c5effcb930c364d0d5e8b92d630d2a25b0865d1a7ef830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cbf814de22b33ee51dae09387d24779bf06a724e5e04f1d2001e5524454372e6
MD5 db64280bed2518a2a11b94c10e09ede5
BLAKE2b-256 81f262692f973a4b617516df57afbb180269da1ee3c272c77f23bc9215b767cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5d207ebfc7127e9e55bfa3c3288a5ab645aa618378ba85ed13ef5d9381eecbc
MD5 36dde5f42540e98562c4d34cf89987d5
BLAKE2b-256 5e521a00756cded9fb0d018102ac6825c93a377290ca7593166599b9247a94be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 770b227c7f344628d5ee95ab4485f6c4b2ae90efae418c8f1980160c8890a73b
MD5 7dafb6e0cf6d3e31bc7f268d9875c916
BLAKE2b-256 9b6970c9daf1b3ec5233fc2341746222276d69d74f993a67f4d8260adc4494a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63115edc17c3abded7f311bf76f8f5f68afb0108852adff0f80761ff6b1cd12c
MD5 7cfa3a4732fb592cf001ba733229ff00
BLAKE2b-256 755e656d68d476f6a5572eb99e5e69d6b5c176933ac6cb078d4e718f33008656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5500e9e04cbbd925cc9df606ef4424501d88bc2847eb2c4037b439ff9aa352a
MD5 ee800cd49f1aa5028e4a6a3a5bee5d47
BLAKE2b-256 2d3f11351e44b5b9066d63577c516ba6e17824239747ad137b64dd3251b16a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c49a577855b938a4ac79b7670e7be36afcf57e439aa9e93df4d7b9177848226
MD5 0b471ee022d4c3960ad7820ee8d0bb52
BLAKE2b-256 7d8ba9f5e397ceb66ea70cbcfb7fc7c2fed8f6c519b94178e5cd77f4dbc24fa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 585879391faaa0be47939a31f956718aa52703fb2acb1cb1a7a9ebb7a84719e6
MD5 8e2dc4c0288148dddda76f2d3a007ab4
BLAKE2b-256 9d603e85f1bf56a177a2a052210e097882c619fcaf826d00edd807081ca288dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8fc795008c91901c954c928b844c0e48ebb47d1cddb702b9612f95680fcae117
MD5 5f0613b1d7bf2ae78e50e90194464e60
BLAKE2b-256 21fa420a29acd6dc36ebf9a2ac89f08653065fb42317dab697915673a721a3ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0cfea6ad1c7ff3c2bd0224e503ef27da418afa1e3c95fe3826fb1570214a2aa
MD5 93a391b85b3b5df124d8f8e18a181562
BLAKE2b-256 1f64efcd7debc6f0713192f62871d55de8faa5ad313119ac8d7fd2fe03b56b42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd5e7c6798ec6bdfa685c16e2476dcc83d5d9cd103c95d3179344edb10c5f628
MD5 f602941aad81c322b0c9bbd6206c739c
BLAKE2b-256 c15845a401f4582264d01d183d9dc7fa81aa2ae931dc0d1f34ce6448ac1174cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0aca9c9600e9f98fb027609f2d81a8689036e0a34b82c323c1cfff0193baadd4
MD5 e5e91d222d9295bf42c89d15e64e81f6
BLAKE2b-256 6d746faaa44bfd3908273cce237bda86cd335183d5b24d13529da493070d69af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f03cd2c6c53929c5a738f1b5e95b3139d90cf8a33b3c25e9b479b59c943ec46d
MD5 cafad5455a375e3f632594fbced0b981
BLAKE2b-256 250409b27c65becc37a439ea975a9e78918bd06ae05733f3214ecce6f7b48aab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5649bee5fc5a7d661543d4be8d9c6cd45a958891e6761fc37cb7ef5d8ace2779
MD5 25245aad1ec19041ffa8e667cc6d61e9
BLAKE2b-256 845c0561e41411f19b85d5195df66f69b4d0d44c530c7c3a3a7ee43e32628630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98c5b02de7ee96fbda4b8bbf8fff5c622a76686796711e1adfa81f377d340e3b
MD5 6d3acc8d5cde4d86a5e7f0f59d795479
BLAKE2b-256 da59bc9c626449ad700e719df1486b4e987b12995b9faa608d537f4a52ad057f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 089dbd9ac0402d3fb88574989ac470a5fb0bed08934ec7edc0aa69533a35fbfc
MD5 45db3e58b97a5bfa046b081a23508b55
BLAKE2b-256 283757bc6fbce0dec99e3130085b4f618c15b9546318e3db0d8e166afa43196c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f89112519cea06bc269f9a147d9757cf65c6f7d8630d62a30e72449d0b09d9aa
MD5 0326ea017054d2dcb474459cb0c6b9ac
BLAKE2b-256 1f51baae4bde0d800b730d94d5022b62a8fb0bcde35c9c364d1e03c6a013f94a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6bc78e5e622e135f2fa69a4c92959150a7f149e2ec22749e02fa08769fbe677f
MD5 23f7c463a56adfe9a988f306cae61913
BLAKE2b-256 26d0f80fb11dc0575202ad301f9f47f0b7992b35103b8c5772c32cae1cb74beb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 53a01af48f7b374792eb1eaef77ef2668fda06853495d58c0e7839736967bf30
MD5 24a06b8c41172e5c32326202abbcf3e1
BLAKE2b-256 e8a1fabd834d8c931e235fb89492e7630a18ad2f0ab024777f9fffd565402851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 503e0597be984bcd48f638596735e0e8167dab1664ae01cbce7b37dff1e581da
MD5 aad6d1eb6cc05703220eac918372551a
BLAKE2b-256 4e1642b9b691b827c68640055311224b7c9fbd56e58c588b2e665e3894c81717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da0fdcea758059d772d96b3f61996df71201a880011f0cfca3990fe25714526b
MD5 9588f39210b743924aaaf9b768af6bcd
BLAKE2b-256 6ed5ade7bb9d4e9a9ea32a65abccaf265770a5f06d4fec8caa75ebec16dd72ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d60de93fc44c9e92170f7a8440dca69dc989a29e5f767e16f9736dcbfe88585d
MD5 1192366682c064f96ad4f37b83f9fbb0
BLAKE2b-256 caa12632ad5e8b2c5573ffd66a0d8d3f5c2443e1e16d0cfecda4bab2faa27e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bab20f858b2e4b20b107b1b21ea5851da62bbf4c2f2a2338074e9d699e0ac5bb
MD5 21fb9fa088612c850f784e8f8885b8e2
BLAKE2b-256 b122326d869a86042aa8b7e445eecfbaebcd38580c7675be4502e1cfdb492ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c80c8d419ab2d96a803937da3fc2a263533f4eee66b1cdd9fc862e34b15873fc
MD5 c1119655b14258194c4897714a02f862
BLAKE2b-256 92299c2d87d6abf7add7316216008321dc3a049b19d7431bca6a70e34f5036d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 045068081e573d92f2fa75e01c663390fd7df262ba72a19decbc4de107dd1598
MD5 1cf7801016d2febeccbb043950041bff
BLAKE2b-256 24e8c527339c26c6a59d786cd4c27d759611b8793749ce413033510d499b3ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 571554d4179038629a54ad54a55d8cf679f96449fcf3cb9620d7c5d3697ca0d4
MD5 4a2e98a7861fa5b7d0ebfe8735d076a3
BLAKE2b-256 b03c29a1511d9ee4bfaddce0af43563110bed6df2c748824451d5fc1964c2592

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