#28 closed defect (duplicate)
List of binary and unary operators PSLib is required to implement
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In section 4.9 of the SDRS describes the functions psBinaryOp and psUnaryOp.
In this description there is no mention of the required operations these two
functions are to handle.
Change History (6)
comment:1 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 22 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
The resolution specifies several functions, but this list is not present in
SDR-06 section 4.7. The list should be in SDR to record the necessary operations.
comment:3 by , 22 years ago
| Owner: | changed from to |
|---|---|
| Status: | reopened → new |
comment:4 by , 22 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
* This bug has been marked as a duplicate of 20 *
comment:5 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Should be fixed in SDRS-07 and ADD-06 (7 September 2004).
comment:6 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

At the bottom of the sample code psMath.h, there is a comment which lists a
bunch of operators. Let's start with the following subset (I'll add these to
the SDRS):
BinaryOp:
UnaryOp:
the code should be flexible enough that adding to these lists should be trivial...