*/publicfunctiontanh($angle){return$this->withPrecision(tanh($angle)); } 开发者ID:stillat,项目名称:common,代码行数:7,代码来源:BinaryCalculatorExpressionEngine.php 示例13: processCoth ▲点赞 1▼ protectedfunctionprocessCoth(){ $operands =$this->getOperands(); $operand = $operands[0];if($ope...