Prime 3.0, correct format for NaN?
Jan 28, 2015
05:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 28, 2015
05:43 PM
Prime 3.0, correct format for NaN?
I am a recent convert from MathCad 15 to Prime 3.0. In the attached Prime 3.0 worksheet, what is the correct formatting for stating if a variable is not an answer (NaN) to set a variable to one value, and if it is an answer to set it to another variable?
Solved! Go to Solution.
Labels:
- Labels:
-
Other
ACCEPTED SOLUTION
Accepted Solutions
Jan 28, 2015
06:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 28, 2015
06:30 PM
You do it the same way in Prime as you did in Mathcad - you use the built-in boolean function IsNaN(...).
4 REPLIES 4
Jan 28, 2015
06:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 28, 2015
06:30 PM
You do it the same way in Prime as you did in Mathcad - you use the built-in boolean function IsNaN(...).
Jan 28, 2015
08:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 28, 2015
08:05 PM
As always, thank you Werner.
Jan 29, 2015
04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 29, 2015
04:59 AM
Alternatively :
kkkk := 2 - IsNaN(k.FBeam1)
Jan 29, 2015
05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 29, 2015
05:05 AM
Adrien Thurin wrote:
Alternatively :
kkkk := 2 - IsNaN(k.FBeam1)
Or as a vector index, so you still have a free choice which value to assign in either case:
