Oracle Oracle Functions-numeric functions

Source: Internet
Author: User

First, the numerical function

1. MoD (m,n) to find the remainder function

Note: if m or n is null, NULL is returned. If n is 0, the value of M is returned

eg

2. Round (M[,n]) rounding

If n has no value, the default is 0, which is equivalent to rounding.

If n >0, it is rounded to the N-bit after the decimal point.

If n <0, it is rounded to the first n digits of the decimal point.

3. Ceil (n) rounding

Ceil is the ceiling, the ceiling is on the top, so it's the whole thing, and we can remember that.

  

The upper rounding is the big one, and the 12.34 is 12, so the Ceil (-12.34) value is-12.

4. Floor (n) Next rounding

Floor is the meaning of flooring, the floor is below, so is the next rounding.

  

The next rounding is toward the small, 12.34 toward the small-13, so the floor (-12.34) value is-13.

5. Power (M,n) asks M's N-th

  

6. Trunc (M[,n]) truncation function

n if not filled, the default is 0, which is equivalent to rounding

If n>0, truncates the right of the decimal point to n bits

If n<0, truncates the left n digits of the decimal point

  

Oracle Oracle Functions-numeric functions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.