how-monochromatic-0.1.0.0
Copyright(c) Sebastian Tee 2022
LicenseMIT
Maintainergithub.com/SebTee
Safe HaskellSafe-Inferred
LanguageHaskell2010

Clib

Description

C library for calling the how monochromatic function

Synopsis

Documentation

howMono :: CString -> IO CDouble Source #

Input a C language string, following the convention defined for parse, and have the parsed BCG's dist value returned.

  • 1 is returned in the case of a parse error.

Can also be called as how_mono(g) to follow C function naming conventions.