Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Nov 13, 2023
1 parent 9707a06 commit 13c62f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion df_postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://www.postgresql.org/docs/16/functions-math.html
| Implemented | Function | Description | Example |
|-------------|--------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
|| ceiling ( numeric ) → numeric | Nearest integer greater than or equal to argument (same as ceil) | ceiling(95.3) → 96 |
| | div ( y numeric, x numeric ) → numeric | Integer quotient of y/x (truncates towards zero) | div(9, 4) → 2 |
| | div ( y numeric, x numeric ) → numeric | Integer quotient of y/x (truncates towards zero) | div(9, 4) → 2 |
|| erf ( double precision ) → double precision | Error function | erf(1.0) → 0.8427007929497149 |
|| erfc ( double precision ) → double precision | Complementary error function (1 - erf(x), without loss of precision for large inputs) | erfc(1.0) → 0.15729920705028513 |
|| min_scale ( numeric ) → integer | Minimum scale (number of fractional decimal digits) needed to represent the supplied value precisely | min_scale(8.4100) → 2 |
Expand Down

0 comments on commit 13c62f6

Please sign in to comment.