mathfunc.hlp

来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 35 行

HLP
35
字号
.pgaw:Help.f.t insert end \"Mathematical functions\n\n" {title} \"dexp(float8)" {bold} \"	Returns: float8 	raise e to the specified exponent " {} \"dpow(float8,float8)" {bold} \"	Returns: float8 	raise a number to the specified exponent " {} \"float(int)" {bold} \"	Returns: float8 	convert integer to floating point " {} \"float4(int)" {bold} \"	Returns: float4	convert integer to floating point " {} \"integer(float)" {bold} \"	Returns: int 	convert floating point to integer " {} \"PostgreSQL functions\n" {link pgfunctions} \"Next - string functions" {link stringfunc}

⌨️ 快捷键说明

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