freewrt_2_0
| Line | |
|---|
| 1 | config FWRT_COMPILE_BC
|
|---|
| 2 | tristate
|
|---|
| 3 | depends FWRT_PACKAGE_BC || FWRT_PACKAGE_DC
|
|---|
| 4 | default n
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_PACKAGE_BC
|
|---|
| 7 | prompt "bc................................ Arbitrary precision calculator language"
|
|---|
| 8 | tristate
|
|---|
| 9 | default n
|
|---|
| 10 | select FWRT_COMPILE_BC
|
|---|
| 11 | help
|
|---|
| 12 | bc is a language that supports arbitrary precision numbers with
|
|---|
| 13 | interactive execution of statements.
|
|---|
| 14 |
|
|---|
| 15 | config FWRT_PACKAGE_DC
|
|---|
| 16 | prompt "dc................................ Arbitrary precision calculator"
|
|---|
| 17 | tristate
|
|---|
| 18 | default n
|
|---|
| 19 | select FWRT_COMPILE_BC
|
|---|
| 20 | help
|
|---|
| 21 | dc is a reverse-polish desk calculator which supports unlimited
|
|---|
| 22 | precision arithmetic.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.