Available under Creative Commons-ShareAlike 4.0 International License.
Calculate
and
display results in short and long formats.
The short format is set by default:
» theta=tan(pi/3)
theta =
1.7321
»
And the long format is turned on by typing format long:
» theta=tan(pi/3)
theta =
1.7321
» format long
» theta
theta =
1.732050807568877
- 瀏覽次數:1799




