Skip to content

Is it possible to use as a library? #110

Closed Answered by lcn2
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, calc builds libraries from which you can link operations.

See the file LIBRARY for detailed information or run the calc command:

; help libcalc

In addition, nearly all help files for builtin functions contains a section called "LINK LIBRARY" that lists the libcalc functions that as needed to perform the function. For example:

; help sin

Calc comes with 2 examples of programs that link to libcalc. See the file sample.README and the source files sample_many.c and sample_rand.c for two examples of this.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lcn2
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant