Menu

Raising power for GF variable

2009-07-01
2012-09-15
  • Michel Kulhandjian

    Hi everyone,

    I would like to know how can I raise powers for GF variables, in my case for example, this is my code

    GF beta(256), gamma(256);
    vec p = "1:5";
    beta = 2;
    gamma = pow(beta, p); (the power here does not work, because it requires beta to be double,

    if anyone knows how to do please respond thank you

     
    • Stephan Ludwig

      Stephan Ludwig - 2009-07-03

      See same post on help forum.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.