Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Using modular numbers with Math::Pari

by hv (Prior)
on Oct 29, 2009 at 12:40 UTC ( [id://803944]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use Math::Pari qw/ PARI Mod /;
      my($n, $p) = map PARI($_), (3, 17);
      my $recip = PARI(1) / Mod($n, $p);
      print "1 / $n == $recip\n";
    
  2. or download this
      $int = int($recip);
    PARI:   ***   incorrect type in comparison. at -e line 1.
    ...
    
      $int = pari2iv($recip);
    PARI:   ***   incorrect type in gtolong. at -e line 1.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://803944]
Approved by Corion
Front-paged by moritz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-03-29 05:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found