Changes between Initial Version and Version 1 of Ticket #104


Ignore:
Timestamp:
Jun 22, 2022, 3:01:58 PM (3 years ago)
Author:
Thierry Delisle
Comment:

Updated otype syntax.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #104 – Description

    initial v1  
    33[ float, float ] modf_( float x );
    44
    5 forall(otype T | { [T, T] modf_(T); })
     5forall(T | { [T, T] modf_(T); })
    66void modf(T);
    77