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 --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)

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.6.tar.gz (182.5 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.6-cp314-cp314t-musllinux_1_2_x86_64.whl (102.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_giac-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl (93.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_giac-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.6 MB view details)

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

passagemath_giac-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.7 MB view details)

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

passagemath_giac-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl (35.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_giac-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl (32.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_giac-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl (102.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl (93.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.8 MB view details)

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

passagemath_giac-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.6 MB view details)

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

passagemath_giac-10.8.6-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.6-cp314-cp314-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_giac-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl (102.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl (93.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.9 MB view details)

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

passagemath_giac-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.8 MB view details)

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

passagemath_giac-10.8.6-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.6-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_giac-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl (102.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl (93.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (102.7 MB view details)

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

passagemath_giac-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (93.7 MB view details)

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

passagemath_giac-10.8.6-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.6-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_giac-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl (103.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_giac-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl (93.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_giac-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (103.3 MB view details)

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

passagemath_giac-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (94.3 MB view details)

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

passagemath_giac-10.8.6-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.6-cp311-cp311-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_giac-10.8.6.tar.gz.

File metadata

  • Download URL: passagemath_giac-10.8.6.tar.gz
  • Upload date:
  • Size: 182.5 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.6.tar.gz
Algorithm Hash digest
SHA256 f378d3916ebb2e8def013acb18c1be85da2cd0a429d8d84f27b70b7d400a674c
MD5 f307e21ba39ecab09cec3adf39f85ac1
BLAKE2b-256 520ff74b0cfdb81fb39799c2427bac4f423196111da360b0bae3a375a48316b4

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b39697ba964dab82330e3e3e162448c792cb0169c472683e0a81d9eb6c09241
MD5 8a0bc7797cd87ac059b1b08d2993dcd6
BLAKE2b-256 953c66a22a97be45da220746be1649136b848c941a14f0a6954c7155e83468e0

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef9c9002ebc931916016afdbf4bb546850cd3471d874c30823c9e6373ae17ddd
MD5 9bc65d5c49860a98cc6981bb319d14db
BLAKE2b-256 1ccf7ac23318694434e03bf8be99bd2e996672c8e31e79015af6267d3db3de0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b34c71c7dd72eccc0f467fae295fe155d94cc5278027087f412cf185bb1489f0
MD5 57534e53e0e770db18a8551fb4658ec2
BLAKE2b-256 6e405b7af9b5cbaf2f293797044f3361a58b541b96c468afd6c31b96f3aca660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ae5f11e78294b732762691b5edf6e4e4c9234f8b5247c9090632d086fbf7916
MD5 9283f547a9c7cb8c24d3567a6fa766b0
BLAKE2b-256 0964447997d36a9893e394645bf1121d23307c4d1963d33e5b94f47c63e59083

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 92ce60bc31c9c28d8d6650af3b6f17c762ea4608685bdc5a10361b6e1e24b897
MD5 ac3a07b75a7ff0f55a036638af666d55
BLAKE2b-256 06c522bc0da623ffad6659462a104b290c87a30ffc4c4650d8fd844dae35dfa8

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 423422b489b2d21a1825a8d956bbc0fd819a7478258f3850dd307113755d3dda
MD5 42f1ae0dc2ebf34741e8b9bbf9e071b9
BLAKE2b-256 71d5465b356802f8cd54d2b60d9a80babce6680df3e98b74099db7b91d77da8c

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe45177788991f899833359bf08f282957a3ac8a17e86cf4327687eeb3136af2
MD5 d96ae454cd23362395fccef39df13b77
BLAKE2b-256 3abb163cc735af019aeaf67d4240cd16a4d7686c29d53ce25e9ea5d105e5ffd8

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d1f615c250d1c75a68ac0cbdb3e4eed7fc3ebe104f0fc2bc72b4b51e5963189
MD5 8ffaf2efbbc05ffe4c6faf012826b153
BLAKE2b-256 730b6d6751d1b89bd43057e0a76c30e6efcf6e0a2ad8ec31d6e1149f6dc21c4f

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d3ab5cb88b840eeaa7e2a22c79b949349a2533848058cdf91a62e5155bddf06
MD5 1d79112ff67f80b241b61a26632783a3
BLAKE2b-256 612a1e9d6d2fb918d9c2596109261007abc849b69bdf50267099dd124f5f84e5

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a669c631596f6890c94d109e5cc896418773f676352df6e34a1fc4888e50faba
MD5 261268d248b597c3a6c0f8dcc73baacf
BLAKE2b-256 ac1c4c3c414f4286f67fe254cc882078430e7effafcd8ca3a64787d6503ee9b3

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c0ac959392e22db38a37b7fa44a3c855042ade71ea053dcad1bd2c1511af750e
MD5 1ccf2636953539d9a26f5176411526ff
BLAKE2b-256 6ee606e555a4ac5fb0a73dbcfeca3f3d29f509097e0e6e9829578edacc91b02d

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a361d0b4c5592fe2454e6a8abd737f2804e1c9bf3aa07e96bb26aeeeba10eaf8
MD5 237db6ebb7b3971883697cf4187dd72d
BLAKE2b-256 e1b0fde324265d26e001efda6c959108cdb0d7ef7e74671a95a67d9af4cda446

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a12261ada204651c4e5cf01b5d744144c5040fee223c17b2382d1260b76d3d06
MD5 dc2cd92e29bc66668c6f91d180813a55
BLAKE2b-256 afcd8648dfd78d8f4d77bb0c6416e3d0a1894793eb09375e7bcf30b661e90669

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0776f3b9514555e3287c5d9cd241be5dec9cabd7994724819591f0635581d80f
MD5 15c827744337c8a8f10f49bc88643cb9
BLAKE2b-256 a14f1d50bb12e0a2606fb919286d103a334f3e95f2ff5c42b8c430e33c64aac1

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a1a21ab922c7749e524f4129620ca29f8b3076955117c59bd5b7b75880ef66e
MD5 1ff6c62aadaf6dfe65403390c4a0077e
BLAKE2b-256 a9aabb681b3448f30cc645aaf070cb7add5417ea29a3eee2cb68cef591f7ca2c

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27b7e5625fe062eb368b4a0d55a1f4a26daaf52c38bee4d060a4acd7acbdf6b5
MD5 40f442dfbc6e133544cd2ead8680c6b3
BLAKE2b-256 e6f650355da9d44c3a3a279d0ff8840020b47963d0709e02ddf877ced9563e9f

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8779b0da5f687bdb74e518636e77b15de5924b48ab602b8263ece05dd7d9dead
MD5 7a572bbf8ffeeec3fd858cb4b4cb9522
BLAKE2b-256 a02e36208fc45403fd0883a966e5926534237728192244616c84a9720600d0da

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b07399c834c89505e6c1f00ad857bec65d799849bbc500d4b09950bed2658f63
MD5 b927d2eec5af71af6a43822433091056
BLAKE2b-256 4660c85fa3be1b8da6402650c23b39841b6434384ac790aab28e3a4afef12356

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab636ce4dde85d795657e321d613b8473052b8b2bc61912751cced2bca73ac71
MD5 400e120e178d3c8fb37c9503e35dc817
BLAKE2b-256 775e139befeb9497126207c2a9d7cd21a0508bd61d953bb0d8c8d1fafbd05c6e

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 659b3089aabe638aacd74c25b29a731354b875283c7296a29550b6a78e4f1418
MD5 7d50c059079c43c88f190154655c5e08
BLAKE2b-256 44cfa31d7ebff668f2f57b29f57ec799a00465367f8895a026cfc6b040cc8eaa

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c845013e38f6294372f701bafb271b611d20414eaf1c8b3853d50e1f80125fe2
MD5 4fcacd91d3732c86d4c5d3c79ed80b42
BLAKE2b-256 fbfc0811bea3d11ae55d8eebe8f33f2fd9e7dfe4545df22fa10869be186b1ddc

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 770aa5dd3acb08a7204ebff4c09319db4bf2c475e23e3ba094d192c595580aef
MD5 db990686a999a61317e839aa30c50ac1
BLAKE2b-256 27c54c815a98f559f8429fb056ba036470a5037ffd0ea1502c95ef849ef668cf

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a7833b511d07a7badf74c49fc40e4dbd31d081e283ccc2576876aaf032b445b
MD5 a471110535f56417a70532f777322445
BLAKE2b-256 45f2407b1a56fae4bbde7a7255280d56fba36c3d08ddea2ef0b65f3ba0da177b

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b10390a47c05716a71934efc0f44199cb8e247db8c0f2be0019a697be1faf3a7
MD5 90d9196cd0df24c723f4c1b0a75e5758
BLAKE2b-256 b2381d457c09ddf6e3301c5c81118c30b79c0f8e0e3945a8a73088587f21db1d

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 621a7681e5f5ef0b80ac9ae817dbe26ebb48e86b0313a310c87e1bbe9d51f47c
MD5 96489f4410e3deecf8dd4a84017ba029
BLAKE2b-256 49dcfd90f887669c808b03494504a4fbd248e5200a0bcdceba8538a4e85176ce

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8655ba414dd01ec516ab76ff2fe33efde3cdb22e6fb239888e6f24b6412cec2
MD5 875c7cb237ddd7f2641bc8aa9f693e43
BLAKE2b-256 e3e16eed550a10b366b5b0a7b38de882453cb219a87d3717110cc870947de2a8

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8212905e90d69bbeb3f19471059b2e50a6c7dc5c7156eced1d603eae0460456
MD5 906a7589db943bfe05c2d44647e4a52a
BLAKE2b-256 9bb563adef9c502eefe3941d7d3022c62f9e9163cbe3268fa98e3d195cadf0ea

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2fbeb024e453948615067039d8e96b3e60bd35e9eb141a6cd0dc3daea16ddc47
MD5 6c74b3f15fc2b43426266ec3113d0e13
BLAKE2b-256 eb8ec2552c4f2136759f0435d0e071326bb1e583961078b174598301b15a6829

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a69c87aa2aae43ab84fcdb22b2df89b4860a587589ef5e4947ab93777d084c71
MD5 d30884093708ea2b8af23830f389250c
BLAKE2b-256 10496a506b8488cf2fd64653336b6c01f05700756d6d4eadc1ed8767cbaff0f2

See more details on using hashes here.

File details

Details for the file passagemath_giac-10.8.6-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_giac-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 751245288217abb17679df7665d3e1fbfe331b623ee24e6229661fad390074f9
MD5 7440a3bfc015716ae4104fe34749e74e
BLAKE2b-256 946c6b0445b59b736a035c4740b09c1a632afb12cb3a10ece4ea7c13e72a97ff

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