#numbers #floats #cases #aimed #solution #mainly

nightly levitate

主要针对浮点数和数学用例的数字问题解决方案

3个版本

0.1.2 2022年9月30日
0.1.1 2022年4月27日
0.1.0 2022年4月12日

#893 in 数学


用于 slas

MIT 许可证

21KB
549

数字 GitHub Workflow Status

示例

下面展示了一个欧拉恒等式的示例。

e^(i * pi) = -1

use levitate::*;

assert_eq!(
    im(std::f32::consts::PI).exp_().re,
    -1.
);

谢谢

从以下列出的Crates中获得了大量灵感。

许可证:MIT


lib.rs:

数字 GitHub Workflow Status

示例

下面展示了一个欧拉恒等式的示例。

e^(i * pi) = -1

use levitate::*;

assert_eq!(
    im(std::f32::consts::PI).exp_().re,
    -1.
);

谢谢

从以下列出的Crates中获得了大量灵感。

依赖项