| Commit | Date | |
|---|---|---|
| 2010-09-30 22:49:10 | Tree | |
|
[r6749]
by
pmoura
Implemented arithmetic functions sinh/1, cosh/1, tanh/1, asinh/1 for compatibility with Prolog compilers such as YAP and SICStus Prolog. Definitions for the arithmetic functions acosh/1 and atanh/1 are partially implemented but commented out as I have not idea how to return exceptions when the function argument is out of range. |
2010-09-27 18:03:30 | Tree |
| 2010-09-27 14:57:19 | Tree | |
|
[r6747]
by
pmoura
Added documentaton on the new built-ins epsilon/0, atan/2, atan2/2, and false/0 to the user manual. |
2010-09-27 14:35:47 | Tree |
| 2010-09-27 13:00:34 | Tree | |
|
[r6745]
by
pmoura
Second step for implementing de facto standard meta_predicate/1 predicate properties. |
2010-09-26 20:18:18 | Tree |
|
[r6744]
by
pmoura
First step for implementing de facto standard meta_predicate/1 predicate properties. |
2010-09-26 03:09:13 | Tree |
|
[r6743]
by
pmoura
Fix for deleting any existing stream aliases when closing a stream using close/2 (already fixed for close/1). |
2010-09-25 18:31:54 | Tree |
|
[r6742]
by
pmoura
Implemented the built-in predicate false/0 (equivalent to fail/0) as found on recent standardization proposals and already available on other Prolog compilers. |
2010-09-25 18:22:28 | Tree |
| 2010-09-25 16:25:47 | Tree |