EPS
From Jacket Wiki
Back to Function List
Floating-point relative accuracy
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
eps d = eps(X) eps('double') eps('single') |
|||||||||||
|
|||||||||||
Notes
On a GPU without double-precision support, when used by the GCOMPILE and ARRAYFUN functions, the following syntaxes will return incorrect results:
eps % eps without parameters passed eps('double') % eps with double precision
See Also
None