mathfunc.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end 
  2. "Mathematical functionsnn" {title} 
  3. "dexp(float8)" {bold} 
  4. "
  5. Returns: float8 
  6. raise e to the specified exponent 
  7. " {} 
  8. "dpow(float8,float8)" {bold} 
  9. "
  10. Returns: float8 
  11. raise a number to the specified exponent 
  12. " {} 
  13. "float(int)" {bold} 
  14. "
  15. Returns: float8 
  16. convert integer to floating point 
  17. " {} 
  18. "float4(int)" {bold} 
  19. "
  20. Returns: float4
  21. convert integer to floating point 
  22. " {} 
  23. "integer(float)" {bold} 
  24. "
  25. Returns: int 
  26. convert floating point to integer 
  27. " {} 
  28. "PostgreSQL functionsn" {link pgfunctions} 
  29. "Next - string functions" {link stringfunc}