Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.8K+ articles
DSA
20.1K+ articles
Python
20.0K+ articles
Experiences
15.9K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.3K+ articles
JavaScript
10.1K+ articles
Ruby
1.2K+ articles
Ruby-Methods
926+ articles
Ruby Collections
144+ articles
Ruby Math-class
25 posts
Recent Articles
Popular Articles
Ruby | Math acos() function
Last Updated: 07 January 2020
The acos() is an inbuilt function in Ruby which returns the inverse cosine of a number (argument) in radians. The value which is returned by the acos() function always li...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math acosh() function
Last Updated: 07 January 2020
The acosh() is an inbuilt function in Ruby returns the inverse hyperbolic cosine of an angle given in radians.Syntax: Math.acosh(value) Parameters: The function accepts o...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math asin() function
Last Updated: 04 December 2020
The asin() is an inbuilt function in Ruby returns the arc sine of a number means give a sin value to this function it will return the angle in radian corresponding to that...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math asinh() function
Last Updated: 04 December 2020
The asinh() is an inbuilt function in Ruby returns the inverse hyperbolic sine of an angle given in radians. It accepts all values between range (-INFINITY, INFINITY).Synt...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math atan() function
Last Updated: 07 January 2020
The atan() is an inbuilt function in Ruby returns the arc tangent of a number means give a tangent value to this function it will return the angle in radian corresponding...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math atan2() function
Last Updated: 07 January 2020
The atan2() is an inbuilt function in Ruby returns angent inverse of (y/x), where y is the proportion of the y-coordinate and x is the proportion of the x-coordinate. The...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math atanh() function
Last Updated: 07 January 2020
The atanh() is an inbuilt function in Ruby returns the inverse hyperbolic tangent of an angle given in radians. It accepts values in the range [-1, +1] and returns in the...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math cbrt() function
Last Updated: 04 December 2020
The cbrt() is an inbuilt function in Ruby returns the cube root of a given value. Syntax: Math.cbrt(value) Parameters: The function accepts one mandatory parameter value w...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math sqrt() function
Last Updated: 07 January 2020
The sqrt() is an inbuilt function in Ruby returns the square root of a given value. Syntax: Math.sqrt(value) Parameters: The function accepts one mandatory parameter valu...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math cos() function
Last Updated: 07 January 2020
The cos() is an inbuilt function in Ruby returns the cosine value of a given angle expressed in radians which is in range [-inf, +inf]. The returned value is in range [-1...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math sin() function
Last Updated: 04 December 2020
The sin() is an inbuilt function in Ruby returns the sine of a given angle expressed in radians which is in range [-inf, +inf]. The returned value is in range [-1, +1]. Sy...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math tan() function
Last Updated: 07 January 2020
The tan() is an inbuilt function in Ruby returns the tangent of a given angle expressed in radians which is in range [-inf, +inf]. The returned value is in range [-inf, +...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math tanh() function
Last Updated: 20 October 2022
The tanh() is an inbuilt function in Ruby returns the hyperbolic tangent of value given in radians. The value passed is in range [-inf, +inf]. The returned value is in ran...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math sinh() function
Last Updated: 07 January 2020
The sinh() is an inbuilt function in Ruby returns the hyperbolic sine of value given in radians. The value passed is in range [-inf, +inf]. The returned value is in range...
read more
Ruby
Ruby-Methods
Ruby Collections
Ruby Math-class
Ruby | Math cosh() function
Last Updated: 21 June 2022
The cosh() is an inbuilt function in Ruby returns the hyperbolic cosine of value given in radians. The value passed is in range [-inf, +inf]. The returned value is in rang...
read more
Ruby
Ruby-Methods
Ruby Math-class
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !