mathfunc.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- .pgaw:Help.f.t insert end
- "Mathematical functionsnn" {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 functionsn" {link pgfunctions}
- "Next - string functions" {link stringfunc}