Star
81
Fork
27
代码
介绍
代码
Issues
10
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
libc
/
utils
/
MPFRWrapper
/
check_mpfr.cpp
下载
S
Siva Chandra Reddy
[libc] Move implementations of cosf, sinf, sincosf to src/math directory.
5fedf7f4
创建于
2020年4月16日
历史提交
#
include
<mpfr.h>
int
main
()
{
mpfr_t
x;
mpfr_init
(x);
mpfr_clear
(x);
return
0
;
}