Crates.io | pallas-math |
lib.rs | pallas-math |
version | 0.31.0 |
source | src |
created_at | 2024-07-01 16:53:11.165834 |
updated_at | 2024-11-04 15:43:54.028206 |
description | Mathematics functions for Cardano |
homepage | https://github.com/txpipe/pallas |
repository | https://github.com/txpipe/pallas |
max_upload_size | |
id | 1288870 |
size | 46,766 |
Crate with all the mathematics functions to support Cardano protocol:
ln(1+x)
for x in 0..infinty
.factor^n<=x<factor^(n+1)
.e^n<=x<e^(n+1)
.ln(1+x)
.exp(x)
using Taylor expansion.