extended 0.1.0

Extended precision 80-bit floating-point numbers (f80).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "extended"
version = "0.1.0"
edition = "2021"
authors = ["Dietrich Epp <depp@zdome.net>"]
readme = "README.md"
repository = "https://github.com/depp/extended-rs"
homepage = "https://github.com/depp/extended-rs"
license = "MIT"
description = """
Extended precision 80-bit floating-point numbers (f80).
"""
keywords = ["float"]
categories = ["mathematics"]