Java tanh tanh(final double x)

Here you can find the source of tanh(final double x)

Description

tanh

License

Open Source License

Declaration

public static double tanh(final double x) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static double tanh(final double x) {
        return Math.tanh(x);
    }//from ww  w  .j  ava 2 s.c  om
}

Related

  1. tanh(double t)
  2. tanh(double x)
  3. tanh(double x)
  4. tanh(Double x)
  5. tanh(double z)
  6. tanhDerivative(final double thOutput)
  7. tanhFunction(double x)
  8. tanht(double temp)