Decimal Point Numbers

Post Reply
kzinda
Posts: 62
Joined: Fri Nov 30, 2001 6:18 am

Decimal Point Numbers

Post 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
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Decimal Point Numbers

Post by mark »

95% is .95 so you want
#>=.95<=1
(assuming you don't want things over 100%).
kzinda
Posts: 62
Joined: Fri Nov 30, 2001 6:18 am

Decimal Point Numbers

Post 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?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Decimal Point Numbers

Post 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.
Post Reply