[ot][spam][crazy] Inhibition Efforts: High-Precision

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Sun May 15 12:12:35 PDT 2022


here's their example:

#include <gmpxx.h>
// g++ mycxxprog.cc -lgmpxx -lgmp

int
main (void)
{
  mpz_class a, b, c;

  a = 1234;
  b = "-5678";
  c = a+b;
  cout << "sum is " << c << "\n";
  cout << "absolute value is " << abs(c) << "\n";

  return 0;
}


More information about the cypherpunks mailing list