Pascal uses Math 调用数学库(国外英文资料).docVIP

  • 11
  • 0
  • 约9.77千字
  • 约 17页
  • 2017-06-10 发布于河南
  • 举报

Pascal uses Math 调用数学库(国外英文资料).doc

Pascal uses Math 调用数学库(国外英文资料)

Pascal uses Math 调用数学库(国外英文资料) USES invokes the Pascal database. For example, USES Math calls the Math library. Math library and practical summary In FP, the Math library provides us with a rich mathematical function. The following are some functions and procedures in the Math library that you might use in OI. Usage: load the Math library with the Uses statement in the program header Example: The Program Ex_Math; Uses Math; The Begin Writeln (hypot (3, 4)); The End. Function is introduced: hypot The prototype: function hypot (x: float; y: float) : float Function: return the length of the longe

文档评论(0)

1亿VIP精品文档

相关文档