Rev 4121 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4121 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Calculate an approximation interval for a given real |
||
4 | slib_parms=3\ |
||
5 | ,a real\ |
||
6 | 3,number of significative digits\ |
||
7 | 1,tolerance on the last significative digit |
||
8 | |||
9 | slib_out=three numbers for the answer type range : minimum, maximum, \ |
||
10 | real with the number of significative digits "equal" to the given real,\ |
||
11 | an error of +/- "tolerance" on the last number is allowed (calculated with the given real). |
||
5903 | bpr | 12 | slib_comment=Can be used in the answer type <span class="tt wims_code_words">range</span> |