PostgreSQL
上一页 第五章. 函数 下一页

数学函数

表 5-2. 数学函数  

函数 返回 描述 例子
dexp(float8)  float8  求 e 给定指数的幂 dexp(2.0) 
dpow(float8,float8)  float8  求给定底数和指数的幂 dpow(2.0, 16.0) 
float(int)  float8  整数转换成浮点数 float(2) 
float4(int)  float4  整数转换成浮点数 float4(2) 
integer(float)  int  浮点数转换成整数 integer(2.0) 

上一页 首页 下一页
函数 开头 字符串函数