Skip to main content
added 22 characters in body
Source Link
ZaMoC
  • 25.5k
  • 2
  • 32
  • 87

Wolfram Language (Mathematica), 2219 bytes

Nest[Cos@#&Nest[Cos,0,9#]~N~#&

Try it online!Try it online!

-3 bytes from @alephalpha

Wolfram Language (Mathematica), 22 bytes

Nest[Cos@#&,0,9#]~N~#&

Try it online!

Wolfram Language (Mathematica), 19 bytes

Nest[Cos,0,9#]~N~#&

Try it online!

-3 bytes from @alephalpha

added 156 characters in body
Source Link
ZaMoC
  • 25.5k
  • 2
  • 32
  • 87

#Mathematica, 22 bytes

Wolfram Language (Mathematica), 22 bytes

Nest[Cos@#&,0,9#]~N~#&

input

[100]

outputTry it online!

0.73908513321516064165531208767387340401341175890075746496568063577328
46548835475945993761069317665318

#Mathematica, 22 bytes

Nest[Cos@#&,0,9#]~N~#&

input

[100]

output

0.73908513321516064165531208767387340401341175890075746496568063577328
46548835475945993761069317665318

Wolfram Language (Mathematica), 22 bytes

Nest[Cos@#&,0,9#]~N~#&

Try it online!

Source Link
ZaMoC
  • 25.5k
  • 2
  • 32
  • 87

#Mathematica, 22 bytes

Nest[Cos@#&,0,9#]~N~#&

input

[100]

output

0.73908513321516064165531208767387340401341175890075746496568063577328
46548835475945993761069317665318