关键词不能为空

当前您在: 主页 > 英语 >

Fortran内置函数表

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-02-28 18:54
tags:

-

2021年2月28日发(作者:地中海果蝇)


difficult, not hati


ng; bl


uepri


nts,


not rhetoric; wor


ds and sim


ple, but full of lov


e, truth, passion, entre


prene


urial


passi


on.


Take this opport


unity, my inspirational


quotes


Li Dazhao'


s classic


lise i


n uplifting ble


nd w


ith the


article


h a view


on


how to


do


well under


he new


situati


on of township a


nd v


illage leaders inspire a


nd


hel


p, and also share with y


ou. A g


ood play to


create iron shoul


ders


strong arms, to assume the bur


den


be passe


d;


only spe


cific qualities,


will it be


possi


ble in


specific area


s to cre


ate a worl


d.


In my view


, village chiefs i


n the


new situation,


we must first have five


basic


quality.


One am


bition is to


pioneer.


handsome.


h-mi


nde


d ca


n stimulate t


he flow


of momentum to


become brave a


nd


persiste


nt, be


come


quiet a


nd


pow


erful. Townshi


p and village


party


hin their respective jurisdicti


ons,


political stabil


ity and


economi


c and social


devel


opment i


ssues, decisions and ori


entation de


pends t


o a large extent


beca


use


of your. Every


body in village


chiefs a


nd the positions, both t


he trust of the masses, t


he Orga


nization's trust


, more abil


ity to you, ful


ly affirmed the moral and other


qualiti


es.


Therefore, we must always maintain t


he hist


orical mission and social responsi


bility, a


nd


our i


deal tree roote


d in the


hard w


ork of the soil, wit


h indomitabl


e spirit, i


ndomitable


courage to open


up a new situati


on


of villages and tow


ns. To have a feeli


ng of cl


ose


ness t


o the se


cond.


he pe


opl


e and countr


y.


business foundati


on in t


he pe


opl


e's bl


ood in the pe


ople


pow


er pe


ople. Advanced


deci


sions of t


he party ca


dres to the feelings


of the pe


ople i


s an eter


nal theme. Fa


n Zhong- ya


n, call


ed


njoy


comfort about ot


hers


Banqiao'


s also wr


ote a


a


Chai lay liste


ning to t


he rustli


ng of bamboo, t


he suspect is


suffering. Ca


o County officials, little my, a total t


urn off.



l official even ha


s so feeli


ngs, al


one w


e is to


ng


s of pe


ople


servant does? we m


ore shoul


d always


hold


with on pe


opl


e of dee


p feeling


s, heart Department masses of leading visite


d tea, care masses of emoti


ons thoughts


compl


aine


d, always i


nsiste


d put masses of intere


sts put in first, consciously from itself do up, from small do


up, from masses most


care, and most directly, and most reality of interests problem grabbe


d, real d


o love for


people by Department, a


nd rig


ht for pe


ople


by with, a


nd


Lee for pe


opl


e by conspira


cy to. Thre


e with the fame of mind.


hout serenity


not go far.


s the sublimati


on of the


soul. As


ownship and village,


be sure to maintai


n a normal state of mind, e


stablish a correct view


poi


nt on power,


positi


on a


nd val


ues a


nd


Outlook, as fame is light l


ike water, depe


ndi


ng ... 50 km, also re


d and like hundreds


of thousa


nds


of the KMT military com


bat, but he we


nt on t


o collect a variety of new


spapers and magazine


s, and the


n race agai


nst time to pore over. As long as the study of mind, it is


not


nece


ssary to


come to the library, workshops, i


nto the village


s, pe


opl


e learne


d farming techniques,


problem-solving met


hods, parti


cipati


on i


n


N


函数列表


(


转)




符号约定:



l

< br>I


代表整型


;R


代表实型


;C


代表复型


;CH


代表字符型


;S


代表字符串


;L


代表逻辑型


;A


代表数组

;P


代表指针


;T


代表派生类型< /p>


;AT


为任意类型。



l


s:P


表示

s


类型为


P


类型

< br>(


任意


kind



)



s:P(k)


表示


s


类型为


P


类型< /p>


(kind



=k)



l


[…]


表示可选参数。



l


*


表示常用函数。






1


数值和类型转换函数



函数名




ABS(x)*


AIMAG(x)


AINT(x[,kind])*


AMAX0(x

< p>
1


,x


2


,x

< p>
3


,…)*



AMIN0 (x


1


,x


2


,x


3


,…)*



ANINT(x[,kind])*


CEILING(x)*


CMPLX(x[,y][,kind]))


CONJG(x)


DBLE(x)*


DCMPLX(x[,y])


DFLOAT(x)


DIM(x,y)*


DPROD(x,y)


FLOAT(x)*


FLOOR(x)*


IFIX(x)*


IMAG(x)


INT(x[,kind])*


LOGICAL(x[,kind])*


MAX(x


1


,x


2


,x


3


,…)*



说明




求< /p>


x


的绝对值∣


x


∣。


x:I



R,


结果类型同


x; x:C,


结果


:R



x


的虚部。


x:C,


结果


:R



x


取整


,


并转换为实数


(kind)



x:R, kind:I,


结果


:R(kind)


< p>
x


1


,x


2


,x


3


,…


中最大值。


x


I


:I,


结果


:R



x


1


,x


2


, x


3


,…


中最小值。

< br>x


I


:I,


结果


:R



x


四舍五入取整


,


并转换为实数


(kind)



x:R, kind:I,


结果


:R(kind)


求大于等于< /p>


x


的最小整数。


x:R,


结果


:I


将参数转换为


x



(x,0.0)



(x,y)



x:I



R



C, y:I



R,kind:I,


结果


:C(kind)


< p>
x


的共轭复数。


x:C,


结果


:C



x


转换为双精度实数。


x:I



R



C,


结果


:R(8)


将参数转换为


x



(x,0.0)



(x,y)



x:I



R



C, y:I



R,


结果


:C(8)


< br>x


转换为双精度实数。


x:I,


结果


:R(8)


< br>x-y



0


中最大值

< p>
,



MAX(x-y,0)


x:I



R, y


的类型同


x,


结果类型同


x



x



y


的乘积


,


并转换为双精度实数。

< p>
x:R, y:R,


结果


:R(8)



x


转换为单精度实数。


x:I,


结果


:R


求小于等于< /p>


x


的最大整数。


x:R,


结果


:I



x


转换为整数


(


取整

< br>)



x:R,


结果


:I



AIMAG(x)



x


转换为整数


(


取整


)



x:I



R



C, kind:I,


结果


:I(kind)


< p>
kind


值转换新逻辑值。


x:L,


结果


:L(kind)


< p>
x


1


,x


2


,x


3


,…


中最大值。


x


I


为任意类型


,


结果类型同


x


I




onfere


nces, learne


d superi


ors polici


es; re


ports, y


ou


can lear


n to deal with


problems, art, just wante


d to lear


n, to lear


n at any time. To continuously expand the scope of the


study. T


he complexity and comprehensiv


eness of our work,


deci


de


d to not only


do w


e want to


be


different areas of knowle


dge. Mastery


of knowl


edge not only to have k


now


ledge to rati


onal a


nalysis. Thi


s on requirements we


, not


only to l


earni


ng national of route, a


nd a


pproa


ch, and policy, also to learning nati


onal


of legal, and regulati


ons; not only to with


politi


cal the


or


y armed mind, al


so to w


ith economic t


heory g


uide w


ork;


not only to read


histor


y, also to rea


d hist


ory; not only t


o absorpti


on SM


of mirror, also to gets i


s of road; not only t


o from local le


arn, al


so to t


o out


side le


arn;


not only to to


books lear


n, also to field


study le


arn.


Therefore, I woul


d encourage you, and more to t


he outside worl


d whe


n I


have time to take a look at, take a stroll,


outsi


de dev


elopments,


learn other pe


ople'


s devel


opme


nt appr


oach, a


nd then come ba


ck to gui


de our work. Second, we must t


hink.


ng without thoug


ht to overshadow, t


hinki


ng without lear


ning is


peril


ous.


of advancing wit


h the times, forge a


head,


often reflect themselves i


n ada


pting to the


new situation on whet


her ther


e are delays, have anyt


hing to fear in t


he reform and innovation, whether i


n terms of accelerating the devel


opme


nt of a relaxation, kee


p pr


omising State of mind. In


order t


o do i


nvestigations, inve


stigations is the r


oad to


heaven, God di


sposes


of the ba


se. T


o wa


nts to real heard trut


h, and justi


ce to tr


ut


h, a


nd get truth, receive


d effectivene


ss, on must i


n-dept


h act


ual, and outreach, and in-de


pth masses, w


orshi


p masse


s for Divisi


on, a


nd masses


heart, with masses wit


h discussi


on every


one


care of problem, liste


ning t


hey of calls, understa


nd they of mood, feel they of suffering,


summary they of experi


ence, concentrated t


hey of wisdom, e


spe


cially on masse


s most


hope, and most


urgent, and most w


orries, a


nd m


ost complai


ned


of hot, a


nd


difficulties a


nd focus problem, more to


active rese


arch,


caug


ht not put.


Dare to i


nnovate, in our work


, often remai


n


d way doesn't w


ork, the new a


ppr


oach would


not


on, t


he reason, t


he key is that ma


ny pe


ople k


now t


hat copying


other


people's i


deas, me


cha


nically,


using


some


one e


lse's


old way


s. To change t


his pre


dicame


nt, requires


us to


break the sha


ckles of traditi


onal


conce


pts to


overcome


conservative,


conformist, good at findi


ng ne


w problems a


nd t


o accept


new thi


ngs, summarize new experie


nce,


new i


deas,


developing


new


programmes and Maveri


ck, a ne


w approa


ch to


solve


probl


ems, spee


d up


devel


opment. Especially i


n impleme


nt superior


poli


cy spirit of process in the, both impl


ementation, and ca


nnot mechani


cally, t


o to extraordi


nary of courage a


nd


develop enter


prisi


ng of spirit, put flexibility a


nd


principl


e com


bine


d up, put superi


or of spirit a


nd l


ocal real


ity com


bine


d up, Yong


conspira


cy t


o


breakthrough of poli


cy, a


nd exerci


se innovation of lift, develope


d out


development w


orks of, and grass-r


oots wel


come


s of


difficult, not hati


ng; bl


uepri


nts,


not rhetoric; wor


ds and sim


ple, but full of lov


e, truth, passion, entre


prene


urial


passi


on.


Take this opport


unity, my inspirational


quotes


Li Dazhao'


s classic


lise i


n uplifting ble


nd w


ith the


article


h a view


on


how to


do


well under


the new


situati


on of township a


nd v


illage leaders inspire a


nd


hel


p, and also share with y


ou. A g


ood play to


create iron shoul


ders


strong arms, to assume the bur


den


be passe


d;


only spe


cific qualities,


will it be


possi


ble in


specific area


s to cre


ate a worl


d.


In my view


, village chiefs i


n the


new situation,


we must first have five


basic


quality.


One am


bition is to


pioneer.


handsome.


h-mi


nde


d ca


n stimulate t


he flow


of momentum to


become brave a


nd


persiste


nt, be


come


quiet a


nd


pow


erful. Townshi


p and village


party


hin their respective jurisdicti


ons,


political stabil


ity and


economi


c and social


devel


opment i


ssues, decisions and ori


entation de


pends t


o a large extent


beca


use


of your. Every


body in village


chiefs a


nd the positions, both t


he trust of the masses, t


he Orga


nization's trust


, more abil


ity to you, ful


ly affirmed the moral and other


qualiti


es.


Therefore, we must always maintain t


he hist


orical mission and social responsi


bility, a


nd


our i


deal tree roote


d in the


hard w


ork of the soil, wit


h indomitabl


e spirit, i


ndomitable


courage to open


up a new situati


on


of villages and tow


ns. To have a feeli


ng of cl


ose


ness t


o the se


cond.


he pe


opl


e and countr


y.


business foundati


on in t


he pe


opl


e's bl


ood in the pe


ople


pow


er pe


ople. Advanced


deci


sions of t


he party ca


dres to the feelings


of the pe


ople i


s an eter


nal theme. Fa


n Zhong- ya


n, call


ed


njoy


comfort about ot


hers


Banqiao'


s also wr


ote a


a


Chai lay liste


ning to t


he rustli


ng of bamboo, t


he suspect is


suffering. Ca


o County officials, little my, a total t


urn off.



l official even ha


s so feeli


ngs, al


one w


e is to


ng


s of pe


ople


servant does? we m


ore shoul


d always


hold


with on pe


opl


e of dee


p feeling


s, heart Department masses of leading visite


d tea, care masses of emoti


ons thoughts


compl


aine


d, always i


nsiste


d put masses of intere


sts put in first, consciously from itself do up, from small do


up, from masses most


care, and most directly, and most reality of interests problem grabbe


d, real do love for


people by Department, a


nd rig


ht for pe


ople


by with, a


nd


Lee for pe


opl


e by conspira


cy to. Thre


e with the fame of mind.


hout serenity


not go far.


s the sublimati


on of the


soul. As


ownship and village,


be sure to maintai


n a normal state of mind, e


stablish a correct view


poi


nt on power,


positi


on a


nd val


ues a


nd


Outlook, as fame is light l


ike water, depe


ndi


ng ... 50 km, also re


d and like hundreds


of thousa


nds


of the KMT military com


bat, but he we


nt on t


o collect a variety of new


spapers and magazine


s, and the


n r


ace agai


nst time to pore over. As long as the study of mind, it is


not


nece


ssary to


come to the library, workshops, i


nto the village


s, pe


opl


e learne


d farming techniques,


problem-solving met


hods, parti


cipati


on i


n


MAX1(x


1


,x

< br>2


,x


3


,…)*



MIN(x


1


,x


2


,x


3


,…)*< /p>



MIN1(x


1


,x


2


,x


3


,…)*



MOD(x,y)*


MODULO(x,y)


NINT(x[,kind])*


REAL(x[,kind])*


SIGN(x,y)*


SNGL(x)


ZEXT(x)



x


1


,x


2< /p>


,x


3


,…


中最 大值


(


取整


)



x


I


:R,


结果


:I



x


1


,x


2


, x


3


,…


中最小值。

< br>x


I


为任意类型


,

< p>
结果类型同


x


I





x


1


,x


2


,x


3



中最小值


(


取整


)



x


I


:R,


结果


:I



x/y


的余数


,

< br>值为


x-INT(x/y)*y



x:I



R, y


的类型同


x,


结果类型同


x


x/y


余数


,


值为


x-FLOOR(x/y)*y



x:I



R, y


的类型同


x,


结果类型同


x


x


转换为整数


(


四舍五入


)



x:R, kind:I,


结果


:I(kind)


< p>
x


转换为实数。


x:I



R



C, kind:I,


结果


:R(kind)


< p>
x


的绝对值乘以


y


的符号 。


x:I



R, y


的类型同


x,


结果类型同


x


将双精度实数转换为单精度实数。


x:R(8),


结果


:R



0


向左侧扩展


x


x:I



L,


结果


:I





2


三角函数



函数名




ACOS(x)*


ACOSD(x)*


ASIN(x)*


ASIND(x)*


ATAN(x)*


ATAND(x)*


ATAN2(y,x)


ATAN2D(y,x)


COS(x)*


COSD(x)*


COSH(x)


COTAN(x)*


SIN(x)*


SIND(x)*


SINH(x)


TAN(x)*


TAND(x)*


TANH(x)


说明




求< /p>


x


的反余弦


arccos(x)



x:R,


结果类型同


x,


结果值域


:0~π




x


的反余弦


arccos (x)



x:R,


结果类型同


x,


结果值域


:0~180°



x


的反正弦


arcsin( x)



x:R,


结果类型同

< p>
x,


结果为弧度


,


值域< /p>


:0~π




x


的反正弦


arcsin(x)



x:R,


结果类型同


x,

结果为度


,


值域


:0~180°



x


的反正切


arctg(x)



x:R,


结果类型 同


x,


结果为弧度


,

< br>值域


:-


π/2~π/2




x


的反正切


ar ctg(x)



x:R,


结果类型同< /p>


x,


结果为度


,


值域


:-90~90°



x


的反正切


arctg(y/x)



y:R,x


和结果类型同


x,


结果值域


:-


π~π




x


的反正切


arctg( y/x)



y:R,x


和结果类型同< /p>


x,


结果值域


:-180~180° < /p>



x


的余弦


co s(x)



x:R


< br>C,x


取值弧度


,


结果类型同< /p>


x



x


的余弦


cos(x)



x:R,x

< p>
取值度


,


结果类型同


x



x


的双曲余弦


ch(x)



x:R,


结果类型同< /p>


x



x


的余切


ctg(x)



x:R,x

< p>
取值度


,


结果类型同


x



x


的正弦


s in(x)



x:R



C,x


取值弧度


,


结果类型同


x



x


的正 弦


sin(x)



x:R,x


取值度


,


结果类型同


x



x


的双曲正弦


sh(x)



x:R,


结果类型同< /p>


x



x


的正切


tg(x)



x:R,x


取值弧度


,


结果类型同


x



x


的正切


t g(x)



x:R,x


取值度


,


结果类型同


x


求< /p>


x


的双曲正切


th(x)



x:R,


结果类型同


x




注:三角函数名前有


C



D


的函数为复数、 双精度型函数。






3


指数、平方根和对数函数



onfere


nces, learne


d superi


ors polici


es; re


ports, y


ou


can lear


n to deal with


problems, art, just wante


d to lear


n, to lear


n at any time. To continuously expand the scope of the


study. T


he complexity and comprehensiv


eness of our work,


deci


de


d to not only


do w


e want to


be


different areas of knowle


dge. Mastery


of knowl


edge not only to have k


now


ledge to rati


onal a


nalysis. Thi


s on requirements we


, not


only to l


earni


ng national of route, a


nd a


pproa


ch, and policy, also to learning nati


onal


of legal, and regulati


ons; not only to with


politi


cal the


or


y armed mind, al


so to w


ith economic t


heory g


uide w


ork;


not only to read


histor


y, also to rea


d hist


ory; not only t


o absorpti


on SM


of mirror, also to gets i


s of


road; not only t


o from local le


arn, al


so to t


o out


side le


arn;


not only to to


books lear


n, also to field


study le


arn.


Therefore, I woul


d encourage you, and more to t


he outside worl


d whe


n I


have time to take a look at, take a stroll,


outsi


de dev


elopments,


learn other pe


ople'


s devel


opme


nt appr


oach, a


nd then come ba


ck to gui


de our work. Second, we must t


hink.


ng without thoug


ht to overshadow, t


hinki


ng without lear


ning is


peril


ous.


of advancing wit


h the times, forge a


head,


often reflect themselves i


n ada


pting to the


new situation on whet


her ther


e are delays, have anyt


hing to fear in t


he reform and innovation, whether i


n terms of accelerating the devel


opme


nt of a relaxation, kee


p pr


omising State of mind. In


order t


o do i


nvestigations, inve


stigations is the r


oad to


heaven, God di


sposes


of the ba


se. T


o wa


nts to real heard trut


h, and justi


ce to tr


uth, a


nd get truth, receive


d effectivene


ss, on must i


n-dept


h act


ual, and outreach, and in-de


pth masses, w


orshi


p masse


s for Divisi


on, a


nd masses


heart, with masses wit


h discussi


on every


one


care of problem, liste


ning


hey of calls, understa


nd they of mood, feel they of suffering,


summary they of experi


ence, concentrated t


hey of wisdom, e


spe


cially on masse


s most


hope, and most


urgent, and most w


orries, a


nd m


ost complai


ned


of hot, a


nd


difficulties a


nd focus problem, more to


active rese


arch,


caug


ht not put.


Dare to i


nnovate, in our work


, often remai


n


d way doesn't w


ork, the new a


ppr


oach would


not


on, t


he reason, t


he key is t


hat ma


ny pe


ople k


now t


hat copying


other


people's i


deas, me


cha


nically,


using


some


one e


lse's


old way


s. To change t


his pre


dicame


nt, requires


us to


break the sha


ckles of traditi


onal


conce


pts to


overcome


conservative,


conformist, good at findi


ng ne


w problems a


nd t


o accept


new thi


ngs, summarize new experie


nce,


new i


deas,


developing


new


programmes and Maveri


ck, a ne


w approa


ch to


solve


probl


ems, spee


d up


devel


opment. Especially i


n impleme


nt superior


poli


cy spirit of process in the, both impl


ementation, and ca


nnot m


echani


cally, t


o to extraordi


nary of courage a


nd


develop enter


prisi


ng of spirit, put flexibility a


nd


principl


e com


bine


d up, put superi


or of spirit a


nd l


ocal real


ity com


bine


d up, Yong


conspira


cy t


o


breakthrough of poli


cy, a


nd exerci


se innovation of lift, develope


d out


development w


orks of, and grass-r


oots wel


come


s of

-


-


-


-


-


-


-


-



本文更新与2021-02-28 18:54,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/683111.html

Fortran内置函数表的相关文章

  • 爱心与尊严的高中作文题库

    1.关于爱心和尊严的作文八百字 我们不必怀疑富翁的捐助,毕竟普施爱心,善莫大焉,它是一 种美;我们也不必指责苛求受捐者的冷漠的拒绝,因为人总是有尊 严的,这也是一种美。

    小学作文
  • 爱心与尊严高中作文题库

    1.关于爱心和尊严的作文八百字 我们不必怀疑富翁的捐助,毕竟普施爱心,善莫大焉,它是一 种美;我们也不必指责苛求受捐者的冷漠的拒绝,因为人总是有尊 严的,这也是一种美。

    小学作文
  • 爱心与尊重的作文题库

    1.作文关爱与尊重议论文 如果说没有爱就没有教育的话,那么离开了尊重同样也谈不上教育。 因为每一位孩子都渴望得到他人的尊重,尤其是教师的尊重。可是在现实生活中,不时会有

    小学作文
  • 爱心责任100字作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文
  • 爱心责任心的作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文
  • 爱心责任作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文