libfl 0.0.1

Library for floating point operations that supports rounding modes and fpu exceptions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libfl"
description = "Library for floating point operations that supports rounding modes and fpu exceptions"
version = "0.0.1"
edition = "2021"
authors = ["fakelag"]
license = "MIT"
build = "build.rs"
links = "libfl"
include = ["/src", "build.rs"]

[dependencies]
cty = "0.2.2"

[build-dependencies]
cc = "1.2.10"