n-t-roff / heirloom-doctools

The Heirloom Documentation Tools: troff, nroff, and related utilities
http://n-t-roff.github.io/heirloom/doctools.html
Other
127 stars 23 forks source link

Floating point conditional problem #89

Open mircea3 opened 5 years ago

mircea3 commented 5 years ago

In the following, "OK1" appears in the console, but not "OK2":

.if      (5>0) .tm OK1
.if f(0.5>0.0) .tm OK2

(Removing the 'f', makes the comparison behave like an integer comparison.)

n-t-roff commented 4 years ago

Thank you for reporting it. As stated in #87 I do not have the time for maintaining any GitHub projects in the near future. But pull requests are welcome.