Scilab 6.1.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
calerf
computa funções de erro
Seqüência de Chamamento
y = calerf(x, erfType)
Parâmetros
- x
- matriz ou vetor de reais 
- erfType
- inteiro: - 0 - : computa a função de erro - erf(x)- 1 - : computa a função de erro complementar - erfc(x)- 2 - : computa a função de erro complementar escalada - erfcx(x)
- y
- matriz ou vetor de reais (de mesmo tamanho que x) 
Ver Também
Histórico
| Version | Description | 
| 5.5.0 | The calerf function is based on the fadddeeva package | 
| Report an issue | ||
| << beta | Funções Especiais | dawson >> |