[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Express a Number as a String to a Specified Number of Significant Digits
Tip# 4417 By Kent Cooper On 26-Jan-2015
0
Rated By 0 users Downloaded : 165
Categories : LISP Code Modules
Software type : AutoCAD 2015
Rename File To : SigFig.lsp
This routine is meant to be used or called from other LISP code.

Kent Cooper created this AutoCAD function in response to a question in the Autodesk customization forums. It's meant to be used or called from other LISP code with two arguments: The first argument is a real number or integer, and the second argument is the number of significant digits to display. The result of this function will be returned as a string.

 

Average Rating:
0


User comments