Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no meaning for gp in pari/gp #39550

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/doc/de/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ dessen primärer Fokus Zahlentheorie ist. Es gibt zwei sehr verschiedene
Schnittstellen, die Sie in Sage nutzen können:


- ``gp`` -- Der "**G** o **P** ARI" Interpreter und
- ``gp`` -- Der **PARI** Interpreter und

- ``pari`` -- Die PARI-C-Bibliothek.
- ``pari`` -- Die **PARI** C-Bibliothek.


Die folgenden Zeilen zum Beispiel sind zwei Wege, genau das gleiche zu
Expand Down
4 changes: 2 additions & 2 deletions src/doc/en/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ primary focus is number theory. There are two very distinct
interfaces that you can use in Sage:


- ``gp`` -- the "**G** o **P** ARI" interpreter, and
- ``gp`` -- the **PARI** interpreter, and

- ``pari`` -- the PARI C library.
- ``pari`` -- the **PARI** C library.


For example, the following are two ways of doing the same thing.
Expand Down
4 changes: 2 additions & 2 deletions src/doc/fr/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ PARI est un programme C compact, mature, fortement optimisé et
spécialisé en théorie des nombres. Il possède deux
interfaces très différentes utilisables depuis Sage :

- ``gp`` -- l'interpréteur "**G** o **P** ARI", et
- ``gp`` -- l'interpréteur **PARI**, et

- ``pari`` -- la bibliothèque C PARI.
- ``pari`` -- la bibliothèque C **PARI**.


Ainsi, les deux commandes suivantes font le même calcul de deux façons
Expand Down
4 changes: 2 additions & 2 deletions src/doc/ja/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ GP/PARI
数論関係の演算処理を主目的とするPARIは,コンパクトで非常に練れたプログラムで,高度に最適化されている.
SageからPARIを使うには,大きく異なる2種類のインターフェイスを選ぶことができる:

- ``gp`` -- "**G** o **P** ARI" インタープリタ
- ``gp`` -- **PARI** インタープリタ

- ``pari`` -- PARI Cライブラリ
- ``pari`` -- **PARI** Cライブラリ

以下の例では,同一の計算を二通りのやり方で実行している.
一見同じように見えても実は出力内容は同一ではないし,画面の奥で実際に行なわれている処理過程は二つの方法で全くと言っていいほど異なっているのだ.
Expand Down
4 changes: 2 additions & 2 deletions src/doc/pt/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ otimizado cujo foco primário é teoria de números. Existem duas
interfaces distintas que podem ser usadas no Sage:


- ``gp`` -- o "**G** do **P** ARI" interpretador, e
- ``gp`` -- o **PARI** interpretador, e

- ``pari`` -- a biblioteca C do PARI.
- ``pari`` -- a biblioteca C do **PARI**.

Por exemplo, os seguintes comandos são duas formas de realizar a mesma
coisa. Eles parecem idênticos, mas o resultado é na verdade
Expand Down
4 changes: 2 additions & 2 deletions src/doc/ru/tutorial/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ PARI это компактная, очень продуманная и хоро
на C, сосредоточенная на теории чисел. Существует два раздельных интерфейса,
которые вы можете использовать в Sage:

- ``gp`` -- gp - интерпретатор "**G** o **P** ARI" , и
- ``gp`` -- gp - интерпретатор **PARI** , и

- ``pari`` -- pari - С-библиотека PARI.
- ``pari`` -- pari - С-библиотека **PARI**.


Например, следующие две строчки выполняют одну и ту же операцию. Они выглядят
Expand Down
Loading