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.8rc1.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.8rc1-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.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-cp314-cp314t-macosx_13_0_arm64.whl (32.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-cp314-cp314-musllinux_1_2_aarch64.whl (93.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-cp314-cp314-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-cp313-cp313-musllinux_1_2_aarch64.whl (93.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-cp313-cp313-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-cp312-cp312-musllinux_1_2_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-cp312-cp312-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl (93.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-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.8rc1.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.8rc1.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.8rc1.tar.gz
Algorithm Hash digest
SHA256 307e10d5146e64420b430e6825b503b6effbd7cac42e740c407bbd27793f3d2b
MD5 4bb7cd2a2a7c3d053d8285b356d37914
BLAKE2b-256 a0266758b7d210bdbb157af56a2e0d2a448709238a5dbb57434c492c3bcaefc7

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 583a6ae5a4336dffad89c4aa8dd25374c112f852c4041bd82969e5e34500cc28
MD5 73b6b98dfbe18ca60080bc574d831d0c
BLAKE2b-256 b35c5afb609d5d667906e4c00d34fe1938726356d6a7121aa5681ada15dd183a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3561fbde9131cb70730f89f773df4afeeb059ba087ea8fe66dfaca71a6465e8d
MD5 39949cd732636de57d9bbe3383fe5843
BLAKE2b-256 329847de3f805b4ca1e856ea3b516f3c617f711deaeadfe0fd1d4c5e19c70260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09a919c719296644d42622d96d19aaec91ad50ccac80ef4f28b1c8b47ead7972
MD5 284421079bd00fa6035b09644a68c5d4
BLAKE2b-256 fdf9d65e564c0866a291419649be6350113440b7700a15374dc6d8d8ebbe1c6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d472591018732444abe6568a35a32b0500d015bce4962d75b98ea9e4802dca1b
MD5 20d482d3821f35c9cea37889714dd3cf
BLAKE2b-256 a360516e44a071a267a51f410e9406716b3ff2474e9bcc227da9f06cb1fe2e86

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 71aa96f3633cd8f2aedda9b0cb04085032112e4cb781fb8717cbd0d65ae030e2
MD5 11047cd0733cfe2b2c9ea6834c048a86
BLAKE2b-256 78c2fb3e5d967f2297503ba0835309cc43175cced5bb31e7b04e017ac0593fd4

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b740a4f0c9e4c4ebb1c5c58fb56950b053f646b2fd1317eb2db94e41eaa7e3d3
MD5 92c998950a5f7c8e60eec7291e4a004d
BLAKE2b-256 6120fd4df4316ff0a4710237a07b0165b2b5e4320cb466fbaa7d48c25cf32b36

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3fa3a7835f348ccb6db5bdc0140f0c45b149b4fba0b82985bc9217e961621b7
MD5 ae7458966cc5962fbaafd9c6e5031770
BLAKE2b-256 487778b8b62a1b79ad1aac46843d5b33cb18772aeaa5f52be1e06b4346acaf86

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4cf125ab4695b97f9fef6dced5ce901db8ec6a5feca3f61165cecd4a1d8f39a
MD5 5da622cc60987351f2bb7b1ca4cc10a1
BLAKE2b-256 878fd9d706ee826aef84085fb1d841f1e6712a800771185990a499b16617d7e1

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f345c3823337a310fe9a1afd72155109724400d40565d9259c1cfe2bec234034
MD5 abda60346ab1bc4b0556b74fa7c4ebe0
BLAKE2b-256 6482eaee2fb9a70e40ddef90f9ba6f65ab08288823b1c13e17b614000ff751d0

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c399bcf1a2b9d011cf1dade860304d6451f8b8c3b5f8e957836efbc481678c63
MD5 58446ff87b190d2f4176c25fb542c946
BLAKE2b-256 032048c1b0f48167ade0184b94af6b1f86df672e1acdec97e3888cea30ea9ee8

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 79938c95b20371f392dfdc0c8ca63d84d8c7fb938db11334b6021bd65c69f675
MD5 e921d491fe19392546eca7ac02b5376b
BLAKE2b-256 46b5e4f34cd3e391da63da3b02fbdf7079c5870386d6ccc8ecbaeb30b3e90ece

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b0b5ca7152ab96307ee716fa5f537c24acd83fb3e56639038f5e26a4d7c6782f
MD5 cb8c73af141e2bdbf6bb374fd8def8c6
BLAKE2b-256 15ac0c219ae86a150d2e29f56e530c477ac8e99147f19326f729c318cd69780d

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7311362f6b7246c3f88f415962405a1ed7da6a2ee5a029e8f8c2f16f1e9d417a
MD5 7035d61918fc7a1ebc5b59ffb074fb82
BLAKE2b-256 81a2641d1593faef63dd9a8de9e53ab9b682f38fe545e6002eb92801c617ce66

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d90c85f3eec240e42b7267e279e6a769d559d1cd35d58f819843f2613b3fb44e
MD5 359b5dcfc5e67d322474b4a471d864b7
BLAKE2b-256 675a3370f79e9731529aafd63b49ca0265824925335075a09cd6ada36d239d5a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd3ced429ad0eadf299c4bc4bf79bbd01b21bfc64d81dc980fa1f9a1af97dfdd
MD5 880f6607a343ee0039f0b15c672681af
BLAKE2b-256 c9fe133d40f4bcf2d87fdfe1a1ac2486687155a2a743377635f0b15d6d6e93f9

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea62f0b9e1b41fe58fcfd01403a71a4e01bd51d419d7b424fd97b289d7d51188
MD5 119747c40e7efdfabf2efcf794308fca
BLAKE2b-256 c119a9708c59728a870ba83d1bb03177b15cb7d0d4248672f690b382eabd9504

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d4b71af73229aedb0ce2aee5bb521c0fa171f1cfc3524739c722e8c8c05dfde
MD5 ab02014978ba099ea9d51761c8194d89
BLAKE2b-256 8cc7c38838a6295a5062b5c4f39fcd9077fb135f9c14331a8b3c1ad47855ecab

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d7b3df71e69b1e23a0ca3a91d174ee4fe6dbc432126ffe0f34b78982c3dc5d35
MD5 3a1196f137d41541916f9def67584806
BLAKE2b-256 d1e86c13d3b029ea8474b1a5ac5061d41e1f9e07d5c5f511c6cde5c2c2af5211

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef9f11e06e05ae8462b701c0d0adb056fb8ed64f861bd523316951b25ff062e4
MD5 2c9a7fece3179feb4ff187968a961563
BLAKE2b-256 80e97a21141a15f694bfb5bafad753c97828338fa6ec441766b09b986db54f41

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9201397a7c66311bf1bc10e17c578e70fa06a5a73553df8b6d288418655b280c
MD5 f29837ad8ff03298e997dc5f507ab4cf
BLAKE2b-256 2490c0734ce84024a766d34906621864d2978ce5655eccd6924406ad9eddbc3b

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acc668c530d92175a47bb4df618b97a9ae335063da1330f9fa54aff06c4b1b48
MD5 fc1e726a1ca6bae0d2e65dd6b8f75d8f
BLAKE2b-256 6e2d9d5deda071a074633e6d4d0659a15e00daff779249283813990d10fd67fd

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 afa3a8fe1ed1759df9ffc267ddf9a99f9b773e6160e982120ede1b4a3e319579
MD5 973b54a5aee254cb7179bc10790322bc
BLAKE2b-256 04fa5cafa0388902ec225a97d7149f9f018ff8f76b086fa64318e8699edea1ed

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ffaf389c9b06228edc990dee945ed39cb3fbafabdba9badad4ee01116859f393
MD5 1eb0498366e423c6041fd7db390dad3f
BLAKE2b-256 8aa6512b0e8781c6b7b95130fb1f397d276ddedf3b15f23d12531b1e2ba0ab99

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7280868370e2fbcf36045a6570d68eba8971f608b446d7cb4c85db07bea24190
MD5 4c36fd855bb3a3001f4faa25aa2841aa
BLAKE2b-256 e0f1d6a145c7adb5cfd07a384ba738a96a40bbd027ecf5583635c46adbaef531

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cf8d5d6982453a3faab4aafac162c0e9690fff7de8d6aa461bc03b8d2a9a613
MD5 755357db7e240e358d483751175e08d6
BLAKE2b-256 62fa30765badc782bf2e9d3a7fb59f07efcb08d6705055c4c1a9de3aeab18a1a

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6782573ddbbcb3dd43ee494122f73a57d9d49d2474141899bcf6db4cb495de78
MD5 a12005c02e427a2ec3a784ccc516fde4
BLAKE2b-256 a33d30084c9ee51a0b45c0923ea4c78b0686229d4a331896e50dd850f65fbdb9

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30b8411730992234095c1f291bc96b929ed7adbfbf1b237366a30498a39d453f
MD5 dc28ace597add18a18e4dc1643167d41
BLAKE2b-256 3200d6b319177063a0336574df735c0da6140950aff624358af5aae2a82754c0

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0ca978764113080fca60602c928bf008bbf38e2f31d74d73b3ce601ca2209bc
MD5 1e19c6ca20ea4daa78bf5c4ca5b1f318
BLAKE2b-256 f37a9f82914933106e0aa277463bebbb8c859a867e45304fcabc4307c26a6a8b

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 192e3e9ace7e5cb825c2c0ccacf1ddd28a9879652039d89af542a6ff1ef97649
MD5 b09eccf177511a691d86db0cd68fcba1
BLAKE2b-256 0da82c79a5231ac319ceb9ef5f1b3a442190770052ff6d20a202424ec236a8ed

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fd9d1522fd27b211e3ebe95ec9d4f78e66928ba7cfc7fbdd82c1610451982f8d
MD5 ed4ef90444b4448b8bf695a6d733df21
BLAKE2b-256 fe92fc80da67bcc06655ad8f4d797c191d750b2a67e1395800d4d3d4282de959

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