means.h

来自「利用数值分析方法」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef _MEANS_H__INCLUDED_
#define _MEANS_H__INCLUDED_

#include <iostream>                    
#include<iomanip>
#include<time.h>
#include "TLargeFloat.h"

long double OP_exp(long double y,int digit);
TLargeFloat OP_ln(long double x,int digit);

TLargeFloat OP_Power(TLargeFloat x, int n,int digit);
TLargeFloat OP_PowerRoot(long double a,int n,int digit);

#endif
 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?