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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_giac-10.8.5rc2.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.5rc2.tar.gz
Algorithm Hash digest
SHA256 929c7c317a620d786d2b67f7160aba214c9f6d8649a0edca82c20b1c6ad46180
MD5 744a66122d59bc9e4a3cb167bd3fdaad
BLAKE2b-256 e0ba19f972a09dc67b21b9437acbfea3f655558b9acaa987d0d0d49639da1023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9965e720e3b1702f80055b83c5d03e33656e4764280e59fb660ce86b33b66de2
MD5 4120f982c95ebea617cb0e5ddad30da6
BLAKE2b-256 5405fd69b23ef6f1599030140d5dd48f356e0f0829a42c1b428cef55eed28154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1fd8ff292909c34193cac965245efff1e4e6e8e01dcc4e48370c017d85dfaa7
MD5 7abe626dad78aa253980804ff1d8b6e9
BLAKE2b-256 8fc3b2f64fed27c97fbba819db16fd9e071de3fa784ec6e32a46fd05d53329cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ff7fe7e3f5064643c26e5343ca7db6d32cb2ad90fa25d5563e6c304e3c11558
MD5 e752ccb4e9dfd5aaa7ed8923ba4befff
BLAKE2b-256 584a3595ae007891bbd30e4d55336f4a79b236a3cdf2dfd6cf39dc7984a84339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d4050a46cc41b39a927c3065ab46fa5b1a832cc315fa5d847ba72acd616be8f
MD5 285d7a6e2d090f5cb7e5c015edbd3ce6
BLAKE2b-256 61fd66d8a61befa53c3e9f6188609b190e0a07f8a49546438d54e1a1435ba0d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bdbd1cac35d0909283fb9bac904338d74b705d2a851443533221aeb5816968e4
MD5 979a83016f33b27f61451d75bc7697cb
BLAKE2b-256 03bf7dfd108242f3de7698427e82ce986453ad198450ff68819b30982ac3065a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b737dab75b1fb08ae94b988a0c64bfe8a9a78c78bf420c4f4b63f878f1ff03f
MD5 dee5b3f7f37e167f03739a72aa6394be
BLAKE2b-256 098735046a6e07fa630fdba8d7af1e949d2286fc64d6207ce0d209df6a44f10f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bb7e82908383ae6d18a2422bdea9446d132984b861f0f90827c634fc109125a
MD5 ca7a37d2336fca5c0a84f8ea79ae56f9
BLAKE2b-256 d69bb8d15f005b93c189755b244f78e7d2fad59af0d97bea81a0258bfa9d89dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6654ae68722bf491bd6f2e83ea1efb7a20fe9f9ea1159553e0f7e2e095080288
MD5 c7616467d93bf265495efea74afe7634
BLAKE2b-256 8a91b065c09f94e6cadf218e1eeb8e735d9e78fa6659c67bda2517eef2b73069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7c962d2c269f64eed1efdc198c1e15c4edc537d25fb6828c32534b1a8140358
MD5 97a6e2234dcd8df5db0c3301a7a07060
BLAKE2b-256 4e2e077bc5a0999bb7564f590bf912f1c508563f490cfd9c93cabb46c933ee21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 453ff0dc424502d417070563e134981383aef99ea3196849439a97f8c9138cf0
MD5 14c40604754c9cc54c95e94aea127cdc
BLAKE2b-256 88c3c0113b442e619004844161429955b1fcea4452bc14331c9c393d6e288654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 498c5e96b6842485872830b85ffba44f965c68e654d8a146e47079c1646e4441
MD5 bfa0d7c19f539e2b67d106e3c83ce8d7
BLAKE2b-256 ca0ecffb4871418578e341080590a665216cf629c99fa03104e1402a3a0c8679

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 01a7fea6d18cfd4fbb1f7d84073791aebd39200454086ff03a9a82566d311271
MD5 cdf74ec94f86ed9e903fdc19290e4b61
BLAKE2b-256 00f25547e88063a97eac60d8238f2853c13f99dedd7181776d9892e3646007a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6672f5ba8688efa964b64a401d73728387eefe37acd5a359953d72e2e5dd4ca
MD5 df4c796ae598c556de18957766388974
BLAKE2b-256 af6013a2319c19b7455b89ccb4dd3bec353ec3d2ceeb20f80d71f4e25fca7987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a056b8efccceb990471a3f44314a8916842c6271ffa06bd0ab81ae6b31d51545
MD5 4f801bdeafb737c2b7c08fa19470a723
BLAKE2b-256 19f339e8b36ec3b9d0b98d9b984ca0620be5b56391ec36d5f97c5bd4c77f2c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90fb044cb4a7aebfe7420eeca28ae5d5a13ed95cc6ecee50fda06117f3023448
MD5 8d292778d93406537250f45f79813db5
BLAKE2b-256 94853c967c5ed031e76f1c3e9b5748845601e5981a288eb5da1817307043852f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 581c1edcb1840d18a713b693393bebb7c6bbaca78538f4b576531a54698377c2
MD5 31e33b26a570067b5b0d8019b3b05168
BLAKE2b-256 529fe91d3442d02645650722a96f30e6f37fbd20d23e3001c7fabccf421b9d23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9c5eee932891fd372ea001876d3ba4f83ff9d2844d1b4d9c2f818ab7b506ba72
MD5 f1b46d858345c59ad0bdb744f8c903cb
BLAKE2b-256 d8828f412166d810c6cd8e3d4dcd75d58d92aa7123bdc5929757e6cc69a3832a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 73e2da4b75fd4879d9014900c62e00d7103650a9662624ebd7a1b7a701f17cab
MD5 d01bff8c3631dd3338177626d6563faa
BLAKE2b-256 1f0135f909afb237261077dd7617f7ddf96498b8feb7c7176645e06aa9f6ec71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf86269afc23410f13b1d539d36af339173f94c332e6241458d4c01392798a14
MD5 33bd3674fba481624907b2b2042ee715
BLAKE2b-256 f8b67a2cb355f3200ff79e8e9cc69c23c10adb6b685f4a7b05482537dd9b0698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23e412207065ff8005d909ebb30a479219163d00e58c027bc17f39379f5168f1
MD5 749d6d3e542836cbb96285b3f6c06f41
BLAKE2b-256 97f2a6f289422216ae0d00a13330cb6647ea52ebcbc2ab535daa8561d49ba8d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82445a04bd3992615ceb3763376aaaad4b339a7613a61c1eda0a77442afb9c05
MD5 83ef3fb0ef160ebacd0ba4ce73f81e67
BLAKE2b-256 9828f117e48eefe3f3396b4f9c643b4bebb6bd6721ccfc8f344043d46eed8c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c7ba8594a6f6065a75820e91f63403b8049d620f3d06307573d97920108e7f7
MD5 c40109343b7ebb4dcb2cac406b2d4084
BLAKE2b-256 28db896ef5f9bfbec11cd8b5f7d4d9a1f966b44531b4c8df669df6cda6661161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 adbb4ce41054ee4c93c3207d86f047372e90728588e733ed866b3cfcf1ba0890
MD5 9b4a84230d4b6dce1556572cc3579dc7
BLAKE2b-256 5782ac250eef44957fa305c8257a717e4f2cc5a17da530b0b43a6d5fa6fb6322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2a5dc683270b0e95cdba58d10d92c435a26413f5335575b756c30aaa34418c2c
MD5 d38cb8c624ff9b75d04ee116d4786d72
BLAKE2b-256 b753afc1f084be5eef78268d86df44ec09d699fedc00eaab1abb74180b82224c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8efa5b186c00ec68f6ef01afbf76e275073fcafc1d4213db88291fcde7aa5f00
MD5 4ad8e19ea5b171723bff42eb34454760
BLAKE2b-256 c2683461c0ede0c9ac6f5df73d6e9bf6eff6224968f49cfcea39dc1d6dfc03cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 323edea231a5867e1f096aab99f8ce02674c2adede98b0b17e135bc01c3e41dc
MD5 24823d083e63bb6c6d1d9fdf9c34ffcd
BLAKE2b-256 2d917aab45e96669871370830bf65d15d08a5c5871cc3429148c416f26f46748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d917c986378e669799b9c501948128c8d79e1e5619dc1365ad48e5b59bd1d15
MD5 a3d8ad1bf831d40bf75247d51d878b04
BLAKE2b-256 02d6da78d3a6f0b43c28bf700cfe418a871745e22226b91b4b8259d7b7da33ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 452b50eabde5480dea31f587e7fd188340baf3f8e1af84aec359b3c19279b0c5
MD5 04dc9c472b5ba39399a87cf719a330d7
BLAKE2b-256 2ac8dd74c4ad152d68ffc8e6c91670071cab7a3cf15d847c4a8b9363ddb206e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4555dfc5deec183627c798db06889ed96b63caeb970843a95c4ba20c62302888
MD5 1c9788aeb3074b5a8b5dfc5bac6dae2a
BLAKE2b-256 ec13858cfe2bc269858a73f07d55fd662c69c152691180fa1d8a04b15af52e60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 426523dd8256f30abf22264c702215231aa6be3ebc1b5ca7345dbdd30075e94c
MD5 29c256a8695a8ae967605713684a093f
BLAKE2b-256 a03ed2a6558637af9961304b1f36de49b6e25eb67217c77a70e9a917fae82698

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