com.spoledge.audao.parser.gql.impl.soft.func
Class FuncSINH

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.func.Func
      extended by com.spoledge.audao.parser.gql.impl.soft.func.Func1
          extended by com.spoledge.audao.parser.gql.impl.soft.func.MathFunc1
              extended by com.spoledge.audao.parser.gql.impl.soft.func.FuncSINH
All Implemented Interfaces:
SoftFunction

public class FuncSINH
extends MathFunc1

SINH( x ) - returns Math.sinh( x ) - double.


Constructor Summary
FuncSINH()
           
 
Method Summary
protected  java.lang.Object getFunctionValue(double arg)
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc1
getFunctionValue, getFunctionValue
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func1
checkNumOfParams, getFunctionValueImpl
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func
checkNumOfParams, checkNumOfParams, getFunctionName, getFunctionValue, getFunctionWithParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncSINH

public FuncSINH()
Method Detail

getFunctionValue

protected java.lang.Object getFunctionValue(double arg)
Specified by:
getFunctionValue in class MathFunc1


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.