0

I need to do numerical calculations with high precision. There is a c++ library which is called "CLN",although i installed this package , but i do not know how to use it. Is there an example program which shows how to use it? Thanks

MOON
  • 2,516
  • 4
  • 31
  • 49

2 Answers2

1

Something like that ?

http://www.warrenweckesser.net/software/cln/

MimiEAM
  • 2,505
  • 1
  • 26
  • 28
  • Thanks. Yes i want examples like this. are there any more examples like this one? – MOON Aug 19 '12 at 12:23
  • I haven't been using much of them, but I'm sure that google search will bring you more :) – MimiEAM Aug 19 '12 at 12:37
  • Sadly, I let my domain registration lapse years ago, and my domain name was taken over by some sort of ad company. Now I see that it displays some random content in French. That web page and content has nothing to do with me. – Warren Weckesser Jul 10 '23 at 19:21
0

Download the CLN source code from here, unpack it, and have a look into the examples/ folder. Alternatively, you may browse the same folder using gitweb.

RichyBK
  • 73
  • 7