From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#ifndef MPU_LMO_H
#define MPU_LMO_H
#include "ptypes.h"
extern UV _XS_LMO_pi(UV n);
extern UV legendre_phi(UV n, UV a);
#endif