Page 1 of 1
Decimal Point Numbers
Posted: Tue Apr 09, 2002 11:35 am
by kzinda
If I wanted to find a value of >95%, what would the NPM syntax and quesry look like if I wanted to find both the decimal point expression as well as the % expression?
anchorword1 #>=95 w/50, anchorword1 #>=\.95 w/50
Decimal Point Numbers
Posted: Tue Apr 09, 2002 11:50 am
by mark
95% is .95 so you want
#>=.95<=1
(assuming you don't want things over 100%).
Decimal Point Numbers
Posted: Tue Apr 09, 2002 11:55 am
by kzinda
The manual suggests that there is a function (NPMP) available to test how NPM parses numeric expressions similar to the rex command REX -x 'expression'. If there is such a function, what is the structure?
Decimal Point Numbers
Posted: Tue Apr 09, 2002 12:16 pm
by mark
npmp used to be included in the metamorph standalone package which is no longer offered. It is not available in the texis package.