Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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)

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_giac-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.9rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.1 MB view details)

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

passagemath_giac-10.8.9rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.5 MB view details)

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

passagemath_giac-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl (35.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_giac-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl (29.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl (93.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.9rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.3 MB view details)

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

passagemath_giac-10.8.9rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.5 MB view details)

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

passagemath_giac-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_giac-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl (94.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.9rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.4 MB view details)

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

passagemath_giac-10.8.9rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.7 MB view details)

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

passagemath_giac-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_giac-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl (103.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.9rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.2 MB view details)

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

passagemath_giac-10.8.9rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.6 MB view details)

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

passagemath_giac-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_giac-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl (94.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.9rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.8 MB view details)

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

passagemath_giac-10.8.9rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (95.2 MB view details)

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

passagemath_giac-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl (35.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_giac-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_giac-10.8.9rc0.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_giac-10.8.9rc0.tar.gz
Algorithm Hash digest
SHA256 6b633412dd48a57fc2d2480e30868f97f95553b6c7188f7ee00a0d8a98493d82
MD5 45aad2c693bdca3b226680d03678439f
BLAKE2b-256 294adcbf8fb9d20d2dab9b8e7058ef1d4c8ef5e26b6b74834ed6355943807a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 075eb99c662e6b3f83a3c79b58bee3ec0f82c1fd8253fa59c13808d14520bbb0
MD5 47a5cd2091069ebe09cb2108cffd9029
BLAKE2b-256 2c3fe65dfba1b109e51ff8bf460d7db131e096702a8f97fc61fd9a36e8ac050c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f022ddfd96d76735abec50350eb730e896d2b691019117f1e1ae1b747feadec5
MD5 0deadf93bc4005ddceac0b1d1e79aba6
BLAKE2b-256 fc996664b200a4a0d2781a017e23aeff58ccb1c81c574719dafd0a2d38d422d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf4aac554fa435f7baae3dbf128cf67ea28f74f33bfe5d8d1a3cfbef7eb9cf6b
MD5 3d50663044ac055af41a952a8b7cc46c
BLAKE2b-256 85ce9bf59fb1238076770c5628d6244c01978985cdbbd6419f05291e80bca293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96031fe85b4442b6f6bce9e57f85ec2e96b21d9e956b65158a8a7cc1dffa71f7
MD5 a96f9784c4d9f0fb3d6af884fcdd44ad
BLAKE2b-256 5dac8ba478d6af79e4601fe24bc49a8613046f1cdcd1201b2c27990c6a331e3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 759848dc7a79aa310d55275ddf2a44096ef51f806d384dfbe3cff36ea50d4e1e
MD5 972aed0ba3a4fc3d0d67cdaa9af78e93
BLAKE2b-256 32f7dac5c0d250a5ab7a5c7adfca142fe34f0d34a2338ecbce9674659efac7fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8b466d7d7050d43ab97b43e6ea18de0dbb8793f91c0d59122bf811c4d2457c19
MD5 1966afc22e13364657ea136d182e2947
BLAKE2b-256 925aad24f81f6f75695cf8d9715de435aef7efbce81ffa75431193315305cba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43dbcab596ddc25afb76ebef2d5f3f770ed99c5185c76cb622278421d30932f1
MD5 bbe3558bf5b6badd8a3c54fab00f41ce
BLAKE2b-256 18bce1c53aca4946b7bd6210416dc6f4ded9f45bce2203a42baa15a3746f3a26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 28ae8468f9e1541d8236bce06e8ad2208939cba9d8b433d9746ae2a5bc734fe4
MD5 fffa3ebeb04f634b331f980f90ac5194
BLAKE2b-256 0c2751bb5ca385e4d32ad55372af313958832fd9a7ffff3b41b5347f8f2b853b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8813f0045199361090f0d6b46ebfaba310ff6cb8c75549c612e9b54d8c652ae0
MD5 4cbd4bfe7720dfada380f1e8cf04f15b
BLAKE2b-256 a5d3fafd3d60a956e393195561716ee87089b53d74d6abf3bb2d1ad4367d3bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 434d9146a628a9c61cfa2eacfdad1c5942269123e80fffcceb970baa73b8b169
MD5 f5d61f1ce09844af1f7788fb1a1f592c
BLAKE2b-256 742556d915aa5a0c184c99b47568de87ce96773e4514423cac46dc2c472a2c7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e64e5333e9b65993a663819d06bf46bb014aa87ee28217849b78c1fbca4aa5c1
MD5 03fa3afea3687473934a632b4f1a2ac1
BLAKE2b-256 22632fee00637087e6f248024d2ccea75adf7549b16e4314e073e63f6dacb4d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 734261252730a379ea126449496b78fbbd3fa19d04bf2521acc4ed84c83a709a
MD5 bfbc58e15772a6616493ce4619dd7dd7
BLAKE2b-256 086db679bba06e955b3f22f19b40d5de35fe0e1207f5408b35d03c4ac7331186

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27a1dc419d8fce333050f95705a94a984d3f35c8a711fe47ba28716773fc3945
MD5 8b23203222602db6e37d8f122cd4897f
BLAKE2b-256 19e8e846b8960d7c4a22992f14a5ebcf7b4c722ed28104ef74724eeceeb976d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7c9b50f3c67b07e97bd7cad4f4319f9bcdfa038493a2c991b2f429b26de1afa
MD5 fca0d7204a75f287739efa58d691ea37
BLAKE2b-256 5f787961b4231df66938d519c1d6dff03e94be37fe945b1dfeae076a51fedad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc9044553b34aa2ca657a95c208b52fc95a9fdb7909b9d3a6ebd3d95e040ae3b
MD5 69d37931d1200ab5d8a6da9b62152cf8
BLAKE2b-256 4371913352779097d805a1a17af1cf437eae0507832bd2d701868ce6a9038e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d47c6fb96ebd522327f7bddf005f630f5a8e6b8488664b1b12623a7703be0000
MD5 0763479c8eb61410844f53fece317acb
BLAKE2b-256 df283cb1aaf2945333b913e5ac72d950e988ee87d54b35812144aca629a608bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 769dc4dcc1b845b5a9e127a6d7223b5d607968273b9a1cbb247bee1d1afbe860
MD5 fe693f6e6d0af59ef2e3143ebff91d07
BLAKE2b-256 827e835059a00178da4f466d034160ae5d727140e708241aa02e2915f0376909

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e2eaa908efac9d25b9f5051fa91686466362686b052640b9b76b177dfa0504c0
MD5 5a8a4b5048f977e135769926cb0c035e
BLAKE2b-256 17294ae8c331338cde847c21ecc3a46d3c5e2e9cda8685a8186c4fb65b34e16d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7ef924b42a77241eb5b664c9e97b59d76936a9ad2aeb6cf232909433f6bba0e
MD5 64dad3e8500c4f3c1f10b76f1f3b7691
BLAKE2b-256 49c479f09c7463938eb7e43c01b5b36e1c6128fc1e6ef9bef428240df33cc251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50d0500ef82159452e1a8faa2b77f221aa4365021f384daee16a0df29b0de439
MD5 fe175fa44e88981476fbc8774ffd425a
BLAKE2b-256 a034efc529287f03eb4b781663b8a5a907b782cb086fc5912117d6e06666d350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dcb625222ef4c012304efa03d075d6af86a47aac1ae1a7fc85114467c84d1a32
MD5 90e9f30fd381f46fd163bb06b94ce776
BLAKE2b-256 b9f076d6340914cc2bb16c2911f7ced24b4ae8e10290ece07caba8638f196d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fff93b84583ef183b238da852c3889e3f12c4bfbbf10c223e2060d59576da526
MD5 3a272e5ed9c808abad50aa290f9fff40
BLAKE2b-256 1cc5c5a192575c558dcc1add42187c346086dfb6fea890a104bda167089cd6fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fb26aaec2a1b580d212eda0c66958c7225bc50d299d820acec4155b75fa36959
MD5 670f12637e56607e1f510fc89b5aeeac
BLAKE2b-256 d3d8dfca4a4b84e29671905205197ad2cd30fa864d63cac8bd72d6e08bb58e26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e8a9a197b7358bf222e2597d03a9a977f19ef64b0a05bceaca4d4e7ecadd5141
MD5 2dc260a6d03ab3858bab665f88b7088b
BLAKE2b-256 bf86be1b094e35328b89a9abacbb22ad709276ab5fbae6ff8d590d58ddbf50be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64344d1cfc85841a1e97128e9079e15ece8baea89a7f7c10972fb9b6218c80ef
MD5 b6646e4d8b1a4f7f7aac0b7d59294712
BLAKE2b-256 8db92b2128be7683c2511d41b0754f3ea6d7352c0c15bb677ee45f7e4715820e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a87cd8fab116025a0f5cc9aa09bb5f087e76bb7987d5a07a950cb40dc6fb3e80
MD5 0005333e00c0c25f542788ed1233e787
BLAKE2b-256 74d3b53022863c9ef2cdc8ddf079ddc66da44e2364d3be0a5ce597640d5a2b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 774bc933901adfbd1ad03dc9e1d727620f24670da106c7560dd9aeabdd39fd17
MD5 0aaa29e60fe766af6c43c23b9c239abf
BLAKE2b-256 3ec5c4767930bd5159cfe4996fee2018b64f8b17bb9d0c975b7322a6f80fb229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6da9c3b1376294591ae52ef18268e0652f81518730ecc59d3fd80c936e3d0af5
MD5 6413a0abd803fa95abc02259d15fc888
BLAKE2b-256 1d3e94fa1fb282650cc70aa96f46a2760c3324b64934fc3024fd77987e43acfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 61b861c5d66fa2fc3d7e27e7df7d232028034ebb40d4d86c488dddb01b06301a
MD5 3153ef81ebf571d8228ee4fa3cfb2f75
BLAKE2b-256 bf7ee92d456de3731bf84ae0954d595713dccf9f49b1fa46f30c6b2adb52283e

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