CMath¶ ↑
CMath is a library that provides trigonometric and transcendental functions for complex numbers.
Usage¶ ↑
To start using this library, simply:
require "cmath"
Square root of a negative number is a complex number.
CMath.sqrt(-9) #=> 0+3.0i
Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more