资源简介
Gmp version 4.3.2 or higher Mpfr version 2.4.2 or higher Latest versionVersion 1.0.2
代码片段和文件信息
/* mpc_abs -- Absolute value of a complex number.
Copyright (C) 2008 2009 2011 INRIA
This file is part of GNU MPC.
GNU MPC is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 3 of the License or (at your
option) any later version.
GNU MPC is distributed in the hope that it will be useful but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not see http://www.gnu.org/licenses/ .
*/
#include “mpc-impl.h“
/* the rounding mode is mpfr_rnd_t here since we return an mpfr number */
int
mpc_abs (mpfr_ptr a mpc_srcptr b mpfr_rnd_t rnd)
{
return mpfr_hypot (a mpc_realref(b) mpc_imagref(b) rnd);
}
- 上一篇:汇编语言写获取硬件信息主板硬盘序列号等等
- 下一篇:win8蓝色魅惑
相关资源
- API实现ping测试源码通信测试_API测试源
- 特定人语音识别技术在汽车控制上的
- snmpc7.0中文版网管软件
- 模型预测控制学习(适合基础学习,
- mpc5748_gpio.zip
- gcc-4.9.0依赖包
- gmp+mpfr+mpc
- MPC5125开发板原理、PCB的demo
- MPC8309原理图和电路板图
- MPC5634驱动工具箱用户使用手册
- 多方安全计算技术与应用研究报告-
- MPC5643LRM.pdf
- 飞思卡尔MPC5125参考手册
- MPCP OAM报文分析总结
- MPC5744P CAN Bootloader上位机源码
- MPC5744P CAN Bootloader下位机及用户APP
- MPChart使用教程
- 飞思卡尔MPC5606S图形开发库part2共2部分
- IBM-PC汇编语言程序设计沈美明第二版
- MPC5634 REFERENCE
- 模型预测控制学习实用教材
- Model Predictive Control: Theory and Design
- Robust and Optimal Control
- MPC5744培训教程
- MPC5604技术手册
- MpCCI_10th_Userforum_2009
- e300核手册
- DELPHI 音频格式互转控件MP3、WMA、APE、
- RtmpClient.rar
- MPC控制
评论
共有 条评论