First time here? Check out the FAQ!

Ask Your Question
2

Pari source code

asked 11 years ago

Blackadder gravatar image

I'm terribly sorry for asking such a basis question, but can anyone tell me I may be able to find an online access to PARI source code similar to the one we have for sage?

http://hg.sagemath.org/sage-main/src/...

If there isn't one, is there an easy way to view the source code?

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
3

answered 11 years ago

tmonteil gravatar image

updated 11 years ago

You can browse the pari source code on this page.

However, this is not hard to get it using git, as explained on that page, it will then be easier to search inside the code.

Preview: (hide)
link

Comments

Thanks for the help, that was incredibly helpful. One more question though, I was trying to see how sage computes heights in elliptic curves, I realised that it calls the pari height function ellheight. Now, I can't seem to find the actual code for ellheight. I managed to wander into /src/functions/elliptic_curves and then tried clicking on everything related to ellheight to no avail. Wonder if you could help me once again. Sorry for being such a pain. Thanks!

Blackadder gravatar imageBlackadder ( 11 years ago )

You can look at `src/basemath/elliptic.c`, the function named `ellheight0`.

tmonteil gravatar imagetmonteil ( 11 years ago )

Thank you so much, you are wonderful!

Blackadder gravatar imageBlackadder ( 11 years ago )
0

answered 11 years ago

Volker Braun gravatar image

I don't think that Pari has an online repo, you need to download the tarball.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 11 years ago

Seen: 843 times

Last updated: Jun 04 '13