try:
A#=1E15 B#=A#+1 ?B#==A#It will show 0, or FALSE. If you try with 1E16, the system will tell you they are equal. EDIT: Also try
A#=1/3 ?FORMAT$("%1.20F",A#)I think this will show the kind of thing you're looking for.