Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Ruby
1.2K+ articles
Ruby-Methods
926+ articles
Ruby Collections
144+ articles
Ruby Math-class
25 posts
Recent Articles
Ruby | Math acos() function
Last Updated: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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: 12 July 2025
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