티스토리 뷰
Definition of error function
ERF function
Returns the error function integrated from lower_limit to upper_limit.
ERF(lower_limit, [upper_limit])
The ERF function syntax takes the following arguments.
◾ lower_limit Required. The lower bound of the ERF integral.
◾ upper_limit Optional. The upper bound of the ERF integral. If omitted, integrate from 0 to lower_limit.
ERFC function
ERFC(lower_limit)
erfc(z) = 1 - erf(z)
Returns the integral of the ERF function from z to infinity.
z Required. is the lower bound of the ERFC integral
반응형
LIST
'SMath' 카테고리의 다른 글
solve and polyroots (0) | 2023.03.15 |
---|---|
Error function plugin (0) | 2023.03.13 |
How to export Smath studio to XLSX (0) | 2023.03.09 |
엑셀데이터를 SMath로 불러오는 방법 (0) | 2023.03.08 |
Truss Joint Method_Matrix (0) | 2023.03.08 |