예제 #1
0
 public static BigDouble Cosh(this BigDouble value)
 {
     return(BigDouble.Cosh(value));
 }