diff options
Diffstat (limited to 'src/rcc_mpfr.h')
-rw-r--r-- | src/rcc_mpfr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rcc_mpfr.h b/src/rcc_mpfr.h index 18ebed3..940fbb1 100644 --- a/src/rcc_mpfr.h +++ b/src/rcc_mpfr.h @@ -1,5 +1,5 @@ /* -Copyright 2015 Ian Jauslin +Copyright 2015-2022 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,6 +32,7 @@ int free_RCC_mpfr(RCC_mpfr rcc_mpfr); int RCC_mpfr_set_elem(mpfr_t value, int index, RCC_mpfr* rcc_mpfr, int pos); // copy int RCC_mpfr_cpy(RCC_mpfr input,RCC_mpfr* output); +int RCC_mpfr_cpy_noinit(RCC_mpfr input,RCC_mpfr* output); // concatenate 2 rcc_mpfr_mpfr int RCC_mpfr_concat(RCC_mpfr rcc_mpfr_mpfr1, RCC_mpfr rcc_mpfr_mpfr2, RCC_mpfr* output); // append an rcc_mpfr to another |