thermocouple 0.1.3

thermocouple routines
Documentation
[[example]]
name = "k_type"
required-features = ["k-type", "f64"]

[[example]]
name = "j_type"
required-features = ["f64"]
[dependencies.libm]
optional = true
version = "0.1.4"

[features]
default = ["f64", "k-type"]
extrapolate = []
f32 = []
f64 = []
k-type = ["libm"]
use_serde = []

[package]
authors = ["Richard Meadows <richard@richard.fish>"]
categories = ["science"]
description = "thermocouple routines"
documentation = "https://docs.rs/thermocouple"
edition = "2018"
keywords = ["thermocouple", "temperature", "measurement"]
license = "Apache-2.0/MIT"
name = "thermocouple"
readme = "README.md"
repository = "https://github.com/richardeoin/thermocouple"
version = "0.1.3"
[package.metadata.docs.rs]
features = ["default"]