mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
8 lines
81 B
C
8 lines
81 B
C
#include "mprb.h"
|
|
|
|
void
|
|
add_rad_ui_2exp(mprb_t x, mp_limb_t rad, long exp)
|
|
{
|
|
|
|
}
|
|
|