Looker Studio is now called Data Studio. Learn more about this change.

COS

Returns the cosine of an Angle.

Sample usage

COS(Angle)

Syntax

COS( X )

Parameters

  • X - a field or expression containing at least one field. This value must be in radians.

Examples

Example formula Input (radians) Output
COS(Angle) 0 1
COS(Angle) 1.57 0

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月26日 UTC.