이 함수의 작동은 php.ini 설정에 영향을 받습니다.
위 설정 지시어에 대한 간단한 설명입니다.
trader.real_precision
All the values in the returned arrays will be rounded to this precision. However the calculations inside TA-Lib happen with unrounded values.
trader.real_round_mode
Controls the trader real rounding policy. Valid values are HALF_UP, HALF_DOWN, HALF_EVEN and HALF_ODD. The behaviour is identical to the round() function used with the mode argument.