Dependencies for math-functions-0.3.4.1

library

Flags

Manual Flags

NameDescriptionDefault
system-expm1

Use expm1 provided by system. For GHC newer that 8.0, GHCJS, and on Windows has no effect. GHC>=8.0 provides expm1 so it's used. On GHCJS and on Windows we don't have C implementation so bundled one is used instead.

Enabled
system-erf

Use erf and erfc provided by system. On GHCJS version provided by library is used regardless of flag for that lack of libc.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info