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.10rc0.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.10rc0-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.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp314-cp314t-macosx_13_0_arm64.whl (29.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.10rc0-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.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl (93.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp314-cp314-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.10rc0-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.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl (94.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp313-cp313-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.10rc0-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.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl (93.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.3 MB view details)

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

passagemath_giac-10.8.10rc0-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.10rc0-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.10rc0-cp312-cp312-macosx_13_0_arm64.whl (29.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.10rc0-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.10rc0-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.10rc0-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.10rc0-cp311-cp311-macosx_13_0_arm64.whl (29.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_giac-10.8.10rc0.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.10rc0.tar.gz
Algorithm Hash digest
SHA256 5f63134cdf79037bebfaabd7903604de10aaf23d36e4fc95171df981e58c19c4
MD5 24667dfb0c605530b7965152a108a1bb
BLAKE2b-256 7911c0b731ce5ca5519913883795f0e22dc57839b9f4b12b625d4cff6fb4a087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42bf4e174724a17844a695d7bbd79a23c5d1a8d704800e526ab4d5a33d1b18ae
MD5 1db1b98ee830c92c19b41c563428c31a
BLAKE2b-256 ca182d11c3c3c4d2da4cc41516777895ebd1f0cb4212ebdb9a0eb53a311100d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25c07159257e119600bbe7ed41123f40a7168fbff07832a69ac4441c51ae3fec
MD5 877c1cae7364028bd0908a53ece5363f
BLAKE2b-256 77f9d1c2f8ec034c1f391be23008b65f08f8a7c6f810f9094d649b314e0ab953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4bed91e67159ba001047e86eb5cfa6d4bd1480d82b26236afc3f462a3554a86
MD5 b000d0dc58d384b471f65bae5f976aaf
BLAKE2b-256 d7744b73495cbfd268bb12fb447c77443442660266288414ea096d17526f5f3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f41be2d583f531bf40aae5d4e87e0d7520fb0867c01ce510db81bdbe878a2c2
MD5 556bac5370b45d97835e0bb5df956fec
BLAKE2b-256 1333d9a296129e843e60c1c73ed50dd2f9ca1eb6ae81ebd9b2f22038cc2ec6b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c949cb4432d31dc48376aa2ae2d4480a52255b260858a74409251c89f4beaa66
MD5 7ab6a4a3b2adcdaec758c535769d0614
BLAKE2b-256 322e11618e7c91b5fec23419f9c595d30b2f7dba901778d0947d7f6aacfdf7a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4bdb560c4cfcb8c250ecfdda6e06f3da829f24f7b4e8f35e55e227234adac6c5
MD5 e3fcd45adfcf8f52cd1f9be34f5a91aa
BLAKE2b-256 90d9c71e4d854993d4764e4513cc61d353f62f7eb0561a35ee744445c1c936d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 add3026df6de45b81a4097cb05a5ac62647824f27c6b86950068f092d6745f7f
MD5 addec335c7ea1578bfb8b1c9ea19330a
BLAKE2b-256 52dd748126f9e427796e3db8dd5348ae39fba81963637114a98798eb9f495d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 628819fc9fb6bb02ff8b9fae9ca3d2c9e6e300df0c8978b63fe6e97c81b5cc4c
MD5 8fff684217ad9d57e71231aacf073353
BLAKE2b-256 5f2f06f8747c417259ad4b2076282f656aa590e8b0ab25ba666182e088e4ac9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c53e0a366a7c035f37f655133e0ea15820d92e4bde7ce6a935ee2e0d09c653f
MD5 297f25bc2918a2bd68de72aa059238d3
BLAKE2b-256 428db1d327b276000df73d28cc23b887d70c2f18cdd9f649125b7f7e2f04b94e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4778782833f2251bee0164cdd55bc934f5e1253e7c986e31a98de99c3d51b342
MD5 dda6f610756061ac9c41b45ec53e2d4b
BLAKE2b-256 1e680466307a95b2430bc28aab8c323a6e06f208e0a57f015f17a2ed9d1b0906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f068e9571bc838c4c914b89518373c61bfa11323736a690adc049d0401059ad5
MD5 4b2e08fee8ff49350ff924072794dbbb
BLAKE2b-256 f3640ac702ba65912c2c63291d1e0cf1007d6afc2a132c9e7561e62d195de65c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f46628165c9d1f6c7c64b65d5e35fd8597dc22048ca18cc030bdfeb36edc51ae
MD5 a1a6cd8424b0df35a8d9b4ff6a7a5402
BLAKE2b-256 4bbe5045a62afd48f6f98232dab0757da74602935adb2d4fc201dfc2439e8804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cebf8ffb40a522feb836fe7fbbdb13fc71b8fbff63a9d8d7880165115ec5bac4
MD5 b11267d3f43d9fae0f420a6d261b36e4
BLAKE2b-256 5c3f446a7da8b1aaebf061d2060bd2d84e0e8b644f6aa3681e71dcaad463ffc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1218fddd02ccd051a13a860a8f0305fa33c2e5905d082cd2021b7cc371d62e20
MD5 e5b79fb0a8ef5211e616bc937e9abac2
BLAKE2b-256 c7389f99fcf443ddc62a8f2fc695677fcd837c8355c4ce4681121ec649efb078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18882a23d112ae8bd296494b57e7b5384633343550576f44e6b006a81e4cfb9a
MD5 9828cb24a26131f51d57fbc4b6e05f1d
BLAKE2b-256 0eda0f9fddee7a5c319396c18d0d5b938438c5de994c570674b8adc8cc9d5de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ada2f32fce5e3d434a5feb7a0282b26d580e4797951205d50ba5e9bd5396150
MD5 c1704fea9ac1626535a22749b1b1a4ee
BLAKE2b-256 1825aaf3a868c1d06cda07d49854f288288a08c67acf520cf583d5cbc6965e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07e0cf5e41a1fc99acb4450de51ec042705900bbf2069e73dceb4ed217cd4360
MD5 efbb9cde31ef66b567f087c2268a5ce7
BLAKE2b-256 3a3ac5fc15963776e9465cb46037d7e10ceb621ca9abbdd78d5981e1bd37d29b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 667c3b730c72bd9ba68f9b9371b4ba88945538bdc5bf2bf0eb1a0723177084d3
MD5 d8d09278db19ea49ac35cf5795815199
BLAKE2b-256 941262808e59b3bb19bb4a691bc5dd016b322608b40081b2c2add109a482315d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 baa4a1dc1b57bac897391f803a9f5e650c0878149ef085faffdd6de9b7d403b6
MD5 9498193ff9585e32fd644c4cce5e73a4
BLAKE2b-256 d3639e6d9acf0f28cf3853e5eab1ab824a353b497794bb7390be7b352068f439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02d7d9454ae8981d6f26e324742bc75aa07d92cbc640ab0d2d183bfb90f02c39
MD5 a313b23c90d3312e32a27f238e8ccf4f
BLAKE2b-256 044aa21beba1083463ab8cfabbc65d2b113a4554d790e8bc941296b8d14af3ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 781c7b8d8f86da7a0ecd39432a1c1cb775b9c18e39a0af6c49ab0aae20bb8ca4
MD5 b47c86afe1c032a184e77a42be158ff2
BLAKE2b-256 9d01a693a2adcf56a2c87f47b9a61e240d9d292edf70d742ba136c25c463a5b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61fa5aa7264564c5de00e9aa626df9fc4c1ae6f8d8b7c5e281e5eeee2cc81ba5
MD5 cfd7a6fd62a95daf262ecaa48c74037a
BLAKE2b-256 aae8bdf28ffa54c7c5ed96a0619d408bd87c3ade0d05c65ed89c5bda75fe0cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 46d5d439ab52554606f1be5f228d6bb7c8618b259e2a44653e19f45b92b6e043
MD5 996e60d2a815a64d4b2cca3421e526fe
BLAKE2b-256 f32a6e251c648f19d39774c90ded9b8021f3e30410deb1e0f07bd4b430e6c010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 96394fd5ae644d25b0f816db783fd27eb3fca200c29b7fb6ebc5078d65685d34
MD5 793179dad8e67534ab800aad5daaffe4
BLAKE2b-256 b005f0908d25d252b2580dace83524a816c0b5e147d3b1174855dae391af8519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 998fef18fc2a717bad02d61b9a911f372948d3f0a6332afde3beff8e6d29517f
MD5 f9d5f13b7a6893c18728ca2505b50529
BLAKE2b-256 928d0f5f14e89358f689621819e2b5fefacc6c7a8b73750826faad6591c53c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a400e38abb331dcb7146c3af7eaf8efc03d324944f93d0ae3655cf66ba6bea1
MD5 e1d489bccc8f269b99332d4b24ca66a6
BLAKE2b-256 d2521271d953051e38c999dbcca6c48fadae00dce0cc1d9c0ec172045a936d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 857d43c79ed6c278e6d0fb4156d45d7c285a4c3efbc61f54a5d9bc2562e5677c
MD5 a032909ede5866b1f38c16d2eb7e3812
BLAKE2b-256 64d23a67de64252d80464fdda045a5224bfb889f7f45222c1c2221b1ac64852c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 138cfdd078093bdd5127a495493b8d9f49cf34befc3a2fea6b45a1ab0505e551
MD5 5159b0e83975c0b53b37a86a198ecb21
BLAKE2b-256 358cda64b507f87e04945ff8192a5f4fae9c778fd9688a54a4d84e4cc2f6fa50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 393d910c01f6958c912da252c04142749f05e275b4907900aa5e4699769b6d2d
MD5 01aaf125a669e87c631b83fab079cc2b
BLAKE2b-256 f30799ef819b3a4adaecc954ed2aaf995e4e22e2a60d96f0f6a13a3d2fef0fce

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10rc0 This release

30 files

10.8.9

30 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.3

31 files

10.8.2

31 files

10.6.48

37 files

10.5.49

31 files

10.4.68

9 files

10.4.36

1 file

10.4.2

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page