Math.cosh()

Math.cosh() returns the hyperbolic cosine value.
Syntax
Math.cosh(input)


Here are some examples.
System.out.println(Math.cosh(100)); 	//1.3440585709080678E43
System.out.println(Math.cosh(3)); 	//10.067661995777765
System.out.println(Math.cosh(1.01));	//1.5549099972942197
System.out.println(Math.cosh(1)); 	// 1.543080634815244
System.out.println(Math.cosh(0)); 	//1.0
System.out.println(Math.cosh(-1));	//1.543080634815244
System.out.println(Math.cosh(-3));	//10.067661995777765
System.out.println(Math.cosh(-100)); //1.3440585709080678E43


All Math functions

Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer