Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
RADIANS
Returns the radian value of an angle in degrees
Parameter List
Syntax
RADIANS
(
angle
)
angle
Any number. For example:
180
Examples
Example 1
RADIANS(180) returns 3.14159
Example 2
RADIANS("Superman") returns Error. Happens when the parameters provided include values other than numbers.
Example 3
RADIANS(A1:A5) returns Error. Happens when a range is used as an input.
Example 4
RADIANS(1, 2) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples