Programowanie w systemie UNIX/MPC: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 222:
mpc_set_ui_ui (z, 0, 2, MPC_RNDNN); // z = 0 + 2i
//
// int mpc_asin (mpc_t rop, mpc_t op, mpc_rnd_t rnd)
inex = mpc_asin (r, z, MPC_RNDNN); // r = asin(z)
// Set rop to the inverse sine of op, rounded according to rnd with the precision of rop
inex = mpc_asin (r, z, MPC_RNDNN);
printf ("asin");