Bernoulli numbers: Difference between revisions

Line 2,214:
LuaJIT version with FFI and GMP library
{{trans|C}}
{{libheader|luagmp}}
{{works with|LuaJIT|2.0-2.1}}
<lang lua>#!/usr/bin/env luajit
Line 2,292 ⟶ 2,293:
B(60) = -1215233140483755572040304994079820246041491 / 56786730
./bernoulli_gmp.lua 0,02s user 0,00s system 97% cpu 0,025 total</pre>
CompareTime compare: Python 0.591 sec, C 0.023 sec
 
=={{header|Maple}}==