on_comment(token, data) Instance Public methods
strip(src) Class Public methods
tanh!(z) Class Public methods Alias for: tanh
tanh(z) Class Public methods returns the hyperbolic tangent of z, where z is given in radians tanh!
tan!(z) Class Public methods Alias for: tan
tan(z) Class Public methods returns the tangent of z, where z is given in radians tan!
sqrt!(z) Class Public methods Alias for: sqrt
sqrt(z) Class Public methods Returns the non-negative square root of Complex. sqrt(-1) #=> 0+1.0i sqrt(Complex(-1,0)) #=> 0.0+1.0i sqrt(Complex(0,8)) #=> 2.0+2.0i sqrt!
sinh!(z) Class Public methods Alias for: sinh
sinh(z) Class Public methods returns the hyperbolic sine of z, where z is given in radians sinh!
Page 2212 of 2275