This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 corresponding issue.
1515- :tada :
1616
17- [ issue tracker ] : https://github.com/rust-lang-nursery /libm/issues
17+ [ issue tracker ] : https://github.com/rust-lang/libm/issues
1818[ src ] : https://git.musl-libc.org/cgit/musl/tree/src/math
19- [ `src/math/truncf.rs` ] : https://github.com/rust-lang-nursery /libm/blob/master/src/math/truncf.rs
19+ [ `src/math/truncf.rs` ] : https://github.com/rust-lang/libm/blob/master/src/math/truncf.rs
2020
2121Check [ PR #65 ] for an example.
2222
23- [ PR #65 ] : https://github.com/rust-lang-nursery /libm/pull/65
23+ [ PR #65 ] : https://github.com/rust-lang/libm/pull/65
2424
2525## Tips and tricks
2626
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ documentation = "https://docs.rs/libm"
66keywords = [" libm" , " math" ]
77license = " MIT OR Apache-2.0"
88name = " libm"
9- repository = " https://github.com/rust-lang-nursery /libm"
9+ repository = " https://github.com/rust-lang/libm"
1010version = " 0.2.0"
1111edition = " 2018"
1212
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ A port of [MUSL]'s libm to Rust.
77## Goals
88
99The short term goal of this library is to [ enable math support (e.g. ` sin ` , ` atan2 ` ) for the
10- ` wasm32-unknown-unknown ` target] [ wasm ] (cf. [ rust-lang-nursery /compiler-builtins] [ pr ] ). The longer
10+ ` wasm32-unknown-unknown ` target] [ wasm ] (cf. [ rust-lang/compiler-builtins] [ pr ] ). The longer
1111term goal is to enable [ math support in the ` core ` crate] [ core ] .
1212
13- [ wasm ] : https://github.com/rust-lang-nursery /libm/milestone/1
14- [ pr ] : https://github.com/rust-lang-nursery /compiler-builtins/pull/248
15- [ core ] : https://github.com/rust-lang-nursery /libm/milestone/2
13+ [ wasm ] : https://github.com/rust-lang/libm/milestone/1
14+ [ pr ] : https://github.com/rust-lang/compiler-builtins/pull/248
15+ [ core ] : https://github.com/rust-lang/libm/milestone/2
1616
1717## Already usable
1818
You can’t perform that action at this time.
0 commit comments