Changes between Version 133 and Version 134 of IR2


Ignore:
Timestamp:
06/17/21 13:55:42 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v133 v134  
    404404<$int s> $float<s> $powf($float<s> x, $int n);
    405405// trig functions? pi?
    406 <T> T $eval($herbrand<T> x);  // returns value of type T obtained by evaluating all the delayed operations
    407 <T> $herbrand<T> $herbrandize(T x);  // trivial symbolic expression consisting of a single node
    408406
    409407}}}