-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from kalmarek/mk/arb_2_23
update to Arb-2.23 & Flint-2.9
- Loading branch information
Showing
8 changed files
with
74 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Arblib" | ||
uuid = "fb37089c-8514-4489-9461-98f9c8763369" | ||
authors = ["Marek Kaluba <[email protected]>", "Sascha Timme <Sascha Timme <[email protected]>", "Joel Dahne <[email protected]>"] | ||
version = "0.7.2" | ||
version = "0.7.3" | ||
|
||
[deps] | ||
Arb_jll = "d9960996-1013-53c9-9ba4-74a4155039c3" | ||
|
@@ -12,7 +12,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | |
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[compat] | ||
Arb_jll = "~200.2200" | ||
FLINT_jll = "~200.800.401" | ||
Arb_jll = "~200.2300" | ||
FLINT_jll = "~200.900.000" | ||
SpecialFunctions = "1.0, 2" | ||
julia = "1.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
### | ||
### **fmpzi.h** -- Gaussian integers | ||
### | ||
|
||
### Types, macros and constants | ||
|
||
### Basic manipulation | ||
#ni arbcall"void fmpzi_init(fmpzi_t x)" | ||
#ni arbcall"void fmpzi_clear(fmpzi_t x)" | ||
#ni arbcall"int fmpzi_equal(const fmpzi_t x, const fmpzi_t y)" | ||
#ni arbcall"void fmpzi_zero(fmpzi_t x)" | ||
#ni arbcall"void fmpzi_one(fmpzi_t x)" | ||
#ni arbcall"void fmpzi_set(fmpzi_t res, const fmpzi_t x)" | ||
#ni arbcall"void fmpzi_set_si_si(fmpzi_t res, slong a, slong b)" | ||
#ni arbcall"void fmpzi_swap(fmpzi_t x, fmpzi_t y)" | ||
#ni arbcall"void fmpzi_print(const fmpzi_t x)" | ||
#ni arbcall"void fmpzi_randtest(fmpzi_t res, flint_rand_t state, mp_bitcnt_t bits)" | ||
|
||
### Arithmetic | ||
#ni arbcall"void fmpzi_conj(fmpzi_t res, const fmpzi_t x)" | ||
#ni arbcall"void fmpzi_neg(fmpzi_t res, const fmpzi_t x)" | ||
#ni arbcall"void fmpzi_add(fmpzi_t res, const fmpzi_t x, const fmpzi_t y)" | ||
#ni arbcall"void fmpzi_sub(fmpzi_t res, const fmpzi_t x, const fmpzi_t y)" | ||
#ni arbcall"void fmpzi_sqr(fmpzi_t res, const fmpzi_t x)" | ||
#ni arbcall"void fmpzi_mul(fmpzi_t res, const fmpzi_t x, const fmpzi_t y)" | ||
#ni arbcall"void fmpzi_pow_ui(fmpzi_t res, const fmpzi_t x, ulong exp)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5da9db2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
5da9db2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/64689
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: