Cherry-picked from #52100 Co-authored-by: admiring_xm <86338598+wumeibanfa@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
794982a668
commit
06bbfd1eea
@ -1050,7 +1050,7 @@ public class NumericArithmetic {
|
||||
/**
|
||||
* tanh
|
||||
*/
|
||||
@ExecFunction(name = "cosh")
|
||||
@ExecFunction(name = "tanh")
|
||||
public static Expression tanh(DoubleLiteral first) {
|
||||
return checkOutputBoundary(new DoubleLiteral(Math.tanh(first.getValue())));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user