Registry / utility / libcerf

libcerf

JSON →
library2.4vcpkgunverified

A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.

vcpkg install libcerf
INSTALL
IMPORT
SIG · LIBCERF
L
libcerf
utilitycppv2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libcerf.h
#include <libcerf.h>

Compute the error function using libcerf

#include <libcerf.h> #include <iostream> int main() { double x = 1.0; std::cout << "erf(" << x << ") = " << erf(x) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libcerf — pip install libcerf · libregistry