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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-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.3rc3.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.3rc3.tar.gz
  • Upload date:
  • Size: 182.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_giac-10.8.3rc3.tar.gz
Algorithm Hash digest
SHA256 41b5d099cfa66272bc24f2d1b8037ac29d010cf2686cf3a5128a17a7adc68645
MD5 c60b8741deab248d8763c69815abd927
BLAKE2b-256 eec81632d823ca1225d8c87e7f1f520849ac4df55759d2920ddc1738b61961c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f656f1fc8dbe869282c3dac7518fcc6cb93498ecc074fec66f72d049bb1ffda
MD5 3fd61b097aeb23d50d4ef715fb6685aa
BLAKE2b-256 3e7cb3abd321656a7787b5441ebed67fe5f9de4449900e78ff88b95403d866a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4646cb6665f28ca986c45855f9ff49011c0034a5adb8715555b99843f26883f
MD5 b9c1ad87cd822ea610ec6945c4f3a7c9
BLAKE2b-256 5ce6585d8c2d0c38c7ac2ac26d9d1152f971aa6b9c35f9a30ba70ac49b96a81f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e0e397c0efa3f898ae342c6bc1ce7536cdcdf87e3aa320f9368e0704fcdab10
MD5 fcba7fe9ee4832dad675d1343874ec1c
BLAKE2b-256 6b1bae7955712a92407cd7bc97c6d18f284653c1ccf77eaf70fb2258f299be6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94cb188d0838ece7aeb2b6cc0ea726201e849b6a7427158008a0aec98657a0c2
MD5 d5749f1a59496288c4171e6f59693583
BLAKE2b-256 ae01dec67b654562828ccb44836ffb38d95615145d9d0ee836a3024e4fd5ac3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b4edcb4f6518dc77827b2c2226983b8195aac70c1e93a1ca3ad6a3084bff2ec7
MD5 708f067e0f0112b73c2db67dcc047588
BLAKE2b-256 ec95a302da3ef429c9ecb3671a3c2f0a6b80b525dcaf5bec1c8c4089fd1179e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3f9043ce3ea012ca3e5bfa0b9c088e2729c5c6db8dc5f0915cdb4504c58fb72b
MD5 619732b4fa500876f56c044a850976d0
BLAKE2b-256 fc975b6b3f4d56f8387338b7dc37778d082fe896624757bf7893384d1b51219a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 435d31394d54aafb888fcf2eea3b4441b3c8119f3c37dd7ebe2a04e71413cb52
MD5 d3b96091912511e2cdc35e1c5180e760
BLAKE2b-256 f4a1ac9a2fca52ffddb6ac2b7cdc67906774839fd8c59f262c158eb80f32b31f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61a596888e8579a2a64dd8e75d7a5c835255a0113fa9106b271355cbe52048f2
MD5 7ed495d0214eca096223dd8115cdb9d3
BLAKE2b-256 0f69883bd3b2cbc4666ac084b2f53c79c07f1d4e0fa44e17fed30fbe1b63640e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85bba9b1d06a1c054313e3daadb84752c7959fde6cf29ef05f62b4902287d2bf
MD5 007853788d383960402f9901c6fd804d
BLAKE2b-256 1965baa8a0fed9183bdc0e332e40b6df55b1e261b52e850a7a6b7b9c61bd1bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4e77791ba5caff3c823ff7f8ca908c61e21b8647b57d92ddaf676a9c3e2c711
MD5 dd4048b8519b9656444f717be801e5ee
BLAKE2b-256 ebc072dba230e18dd5c9712f401bd492f4b03484cdfd1b5e9bff335db316000b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 09be754217c01202895774ad6534e1aaf34d3f5092bbcafab9f14b5e1f32272c
MD5 5f7bab0d42e482dc6d75e4fbd6c7725a
BLAKE2b-256 6a544f70b71074352ef65f121982b1f05c3e07462d81052ec9d24593fa63b4d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2581ae580d6abc829f422f2abc28ec1d284863e7770a19c03eb85ef1656f6238
MD5 e14452797ca26fe81cf458f1849050e9
BLAKE2b-256 81c916f84c73812724cf31e62ecb16ee7f3fc07fe899d5d1d853ab5080fb0c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7679584433c8faeb5d1b3ca097c4e6bc47b567d85e3c9b8eb83e0e7d30d75b65
MD5 938c081044b11996308d2524403927eb
BLAKE2b-256 58b52f9e71019cb2fe9260ed748c31fd9ac5aca92991a8c79796ca5120d12de2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a918dd3c34cc2d1cf932793a29fad2a418c27088fcccf98f7b09ef96a2cb673
MD5 c6317741cfa7ee9dcb01b66e263338ad
BLAKE2b-256 d06405814ecc56caa7c0e6f2145d4275c55c6b866a76ca6243c0938dacb123f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f332abc80c587e7c74696d0f9172d397a8b155883aee4153b6b9f7c90fa4ceb
MD5 c5a6ce41e71394c03187d97fe0b4a1d8
BLAKE2b-256 bee28d5786bcbd21267819c77596b9c4fcd818a18f09c4621a977db2a648d778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41d5d7a49069ff3759e8a08b9ff5b5f6695194d0cea65aff836a822eadcc2383
MD5 d6c989c25176148e6e5e4c2a49b2ca49
BLAKE2b-256 f8dfba2a2c7da288be6e52ef28170d069fc714cb133c835723c18ea0c35d932a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4b396653c205b1c92bb7f9bd8c3b631227be84f72a5d4867cf2d92eeb69a1433
MD5 eb01d6ab61667b1f9fff86b3e8bf9f64
BLAKE2b-256 0f6aa177a0804d09df3ed5cfca90f57759f1c03b646c2d95613a93b83c69a6bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ba000edff87dae2445ef95da064fdda902021e65e6a9e1877441cc7c96ab7392
MD5 291db972a5415f292490f5c2cf852322
BLAKE2b-256 b6a21e8b3b06f312e81202402bb202df82bf72846190a07aed1d3d775c093d9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 289c005fd9c3fb69cab4044bfee90da49599adedc1f4b31bb06e3d42452f3c77
MD5 f1a17e2c219f7e128ebe1e001b059ff8
BLAKE2b-256 c9c143c500c83f7760acab0aa409e987a558ba35cce2e5e6ee7cbd3f04a14e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d270c8c27143cabae5fd39fa4ef9543a65ee360bc66b152169ce0ab251c25ad3
MD5 eba3ac87a4616640e83011a5c3974a2b
BLAKE2b-256 af90745257690731673e3b59002a307d7993361ba00d95e2264775c2fde58033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43bfadb81a2312448c442f81b711783856d6c908a93dba5dc975bbbd03f68c7a
MD5 dfbb27465dd2fa5d05f1b0cd40305522
BLAKE2b-256 903e0170ed64683536254ab4b1cf2f8663bf4fbbbdd94a448d2235d0e17aaade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34c1f484b65a56bba6127019890452835035696bdbc49ab1845286bab6e64125
MD5 c46464c9b7c14bb66eb83ec0f9114e48
BLAKE2b-256 f551faa91d0e93d8cad2f6a67b26d02ab7b16f51e55c5b66ad624ec49ac6ece6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c041c2813c9a05be33d95ba4379c5ccef68fe72e93a92478048afaab9cee8d8e
MD5 42fa9f62e8d7289a10f4268a6792a252
BLAKE2b-256 f4ed225cb09fd59ab0eecca9155fc617bd249c7b7a8d11b5783c8611c3e2757a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bc540bf261cc968203c5bbab97651591304e9c9e2ff321eb3eaec80466d23ab1
MD5 2c77f45ede57c8842ff1d2025cc7c1b3
BLAKE2b-256 f0cd21933ee13d6873f826cc7d0dd0822ec8ac39971533000eb94d452faed0de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39aaadd416c63f496bbf0876aeced23680805b6a3e0daef70143b7fed8d73917
MD5 2b5f3a0b5b8ee72881406a10ceb549d1
BLAKE2b-256 2b1ab4ca7c3352ed12ea2464bfe630dd4b2c14ffcd2251c205ddcbf2fde3c3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dd0a48987ec2a6435af53554b8755eb30663447778c5e95d446e0aeae526a56
MD5 a879618bfdd6c2bfba03f6f82557f7c5
BLAKE2b-256 d72809456e5a1e1c569f38ee630e5df899ee323102e922c13f08abf5cfc8728d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b7478a9d6ba7dc8206a3c149690b251b888ff1eb1bc95a78587a953371b4b7a
MD5 9403bd576be569d21dce4b30d7913275
BLAKE2b-256 8d9f6f702b2fabe314c59e283327ddd3c2775797fceb880fdb330b7d9e750232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f4b09c4774a719c9783b1f5e63696da498adbe27c1ce82bc881785561792066
MD5 c981d386568e6083fe74d6af626db644
BLAKE2b-256 a05ecbaa61371170184322e3ff526596bdffd8ddc1fdd945b977442a38304098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 71af3a0f7c17de90eea1e9f428be74fdd0234ce581ee115bf5dce0f0ac299dd6
MD5 33979835d29f6ccd947243e11dfe20f5
BLAKE2b-256 335bee48819524a2d75df27c6ebf9aba3002dbf04e063d04003e87bc7278c58a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 59fb8a4c3df3d8b6eba2e5cbcc692c8cde0de0ba229b92c1ad3a808e61d83981
MD5 cdf63c88b1660901408e92ad33f1a481
BLAKE2b-256 39a07a261c17194c57599b77815ce2ec57d37e89006eca91c97b661ea6f0cea3

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