Table of Contents


NAME

be-real - Ensure tcl real representation, even if int too large to represent (Decida Procedure)

USAGE

          be-real s

ARGUMENTS

s number string to be converted.

RESULTS

Returns double($s) if that works, or ${s}.0, if s is large integer.
If both fail, returns $s

AUTHOR

Richard Booth

Table of Contents