Function

NumCosmoMathmpz_clears

Declaration [src]

void
ncm_mpz_clears (
  gint z,
  ...
)

Description [src]

Clears z and all the #mpz_t in the list.

This function is not directly available to language bindings.

Parameters

z

Type: gint

A #mpz_t to clear.

...

Type: 

A null terminated list of #mpz_t to clear.