Oracle numeric functions abs (), ceil (), cos (), cosh ()

Source: Internet
Author: User
1. formula: abs (number) indicates the absolute number of abs (number) returned. For example: abs (5) return 5abs (-5) return 52, formula: ceil (number) that is, ceil (number) return a number based on the input, the input parameter can be a non-integer, however, the returned result is a minimum integer greater than or equal to the input parameter. For example, ceil (5.1) returns 6abs (-5.2) and-5

1. formula: abs (number) indicates the absolute number of abs (number) returned. For example: abs (5) returns 5 abs (-5) returns 5 2, formula: ceil (number) that is, ceil (number) returns a number based on the input, the input parameter can be a non-integer, however, the returned result is a minimum integer greater than or equal to the input parameter. For example, ceil (5.1) returns 6 abs (-5.2) and-5

1,

Format: abs (number) That is Abs (numerical value)

Returns the absolute value of a value.

Example: Abs (5) Return5

Abs (-5) Return5

2,

Format: ceil (number) That is Ceil (numeric value)

Return a value based on the input value. The input parameter can be a non-integer, but the returned result is a minimum integer greater than or equal to the input parameter.

Example: Ceil (5.1) Return6

Abs (-1, 5.2) Return-5

3,

Format: cos (number) That is Cos (numeric value)

Returns the cosine of the angle.

Example: Cos (0) Return1

Cos (90) Return-0.44807362

4,

Format: cosh (number) That is Cosh (numeric value)

Returns the arc cosine of the input value.

Example: Cosh (0) Return1

Cosh (90*3.14/180) Return2.507

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.