Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
According to SRM the integer and counter data types allow the usual relational and mathematical operations on them. It is easy to deal with such data types, when they are not more then 32 bits long. It is not so when they are longer then 32 bits. The question is: is there a set of routines which allow to perform relational and mathematical operations on such data types in portable fashion? If there is no such set, is there the intention to implement it? Thank you for your answers. Gene
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3370.1 | No, but... | TOOK::GUERTIN | It fall down, go boom | Thu Jul 16 1992 14:10 | 3 |
As a pure hack, you could try using the time routines. -Matt. | |||||
3370.2 | SWORD1::ES | Eugene Shvartsman | Thu Jul 16 1992 14:17 | 5 | |
Thank for idea. To my pity there is no divide, which I need too. Gene | |||||
3370.3 | BLUMON::SYLOR | Architect = Buzzword Generator | Thu Jul 30 1992 14:23 | 2 | |
The COBOL run time library on VMS has some 64 bit arithmatic routines as I recall... There should be lots of them when Alpha comes out :-) |