Calculating the value of e: Difference between revisions

m
→‎{{header|UNIX Shell}}: use actual ten exponent
m (→‎{{header|UNIX Shell}}: use actual ten exponent)
Line 4,219:
# least 31 bits available, which is sufficient to store (e - 1) * 10^9
 
declare -ir one=100000000010**9
declare -i e n rfct=one
 
1,934

edits