mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-02-01 09:29:13 +01:00
Fix typo in kalk readme
This commit is contained in:
parent
2be84ffd72
commit
09ef5e8da3
@ -27,7 +27,7 @@ assert_eq!(result.to_f64(), 15f64);
|
||||
```
|
||||
|
||||
### Using f64 instead of rug::Float
|
||||
The cargo feature `rug` enables rug, and is used by default. If you disalbe this, kalk will use `f64` instead, making it more portable.
|
||||
The cargo feature `rug` enables rug, and is used by default. If you disable this, kalk will use `f64` instead, making it more portable.
|
||||
|
||||
### Compiling
|
||||
Make sure you have `diffutils` `gcc` `make` and `m4` installed.
|
||||
|
Loading…
Reference in New Issue
Block a user