【发布时间】:2020-09-08 19:05:51
【问题描述】:
我想用Vlang做基本统计。
我可以使用 C 库吗?例如,Apophenia:http://apophenia.info/
或 IMSL C 统计库:https://docs.roguewave.com/en/imsl/c/8.6/pdf/C_Stat_library.pdf
感谢您的帮助。
【问题讨论】:
-
由于 Vlang 主页上写着“C interop without any cost”,答案大概是“是”。你只需要找到文档的正确部分——比如Calling C functions from V。
标签: c statistics libraries vlang