资源简介
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蓝色魅惑
相关资源
- mpc5748g_uart_demo.zip
- EBGMPCA等四种不同的人脸识别算法
- MPC5744P FreeMaster下位机
- 模型预测控制代码
- emwin 图像批量处理 BmpCvt批量处理
- MPC5744P原理图库和封装库 LQFP144
- MPC_Code-master北理.zip
- freescaleMPC5606sBootLoad
- BMP转换成十六进制数组的工具
- 模型预测控制详细讲解
- MPC 自动驾驶 轨迹跟踪
- Model predictive control of a mobile robot usi
- 分布式控制
- gcc依赖包mpfrgmp mpc
- mpc5748g_flash_demo.zip
- mpc5748g_can_demo.zip
- MPC5744P 学习上手指南
- ARM Cortex-A53 MPCore开发手册
- 基于飞思卡尔MPC5634M单片机的Bootload
- Model Predictive Control Theory Computation an
- IBM—PC汇编语言程序设计第二版
- gmp-4.3.2.tar.bz2+mpfr-2.4.2.tar.bz2+mpc-0.8.1
-
simuli
nk中MPC汽车轨迹跟踪模型 - MPC5606B FlexCAN
- mpc-0.8.1.tar.gz
- 飞思卡尔MPC5604B 程序
- mpc5748g_spi_demo.zip
- DSP+ARMpcb封装库
- 中英文字幕转换软件SrtEdit(MPC4.1)
- ANSYS_MPC方法连接shell单元和beam单元_详
评论
共有 条评论