Home » MySQL Math COS() Function

MySQL Math COS() Function

by Online Tutorials Library

MySQL COS() Function

The cos() is a Math function of MySQL. This function is used to get the cosine of the given number.

Syntax

Parameters:

Num: It is the number to get cosine value.

Returns

This function returns the cosine of the given number.

Example 1

Output:

MySQL Math COS() Function

Example 2

Output:

MySQL Math COS() Function

Example 3

Output:

MySQL Math COS() Function

Next TopicMySQL Math

You may also like