quake-inverse-sqrt

Crates.ioquake-inverse-sqrt
lib.rsquake-inverse-sqrt
version0.1.3
sourcesrc
created_at2022-05-23 13:25:45.892603
updated_at2022-05-26 10:50:17.329208
descriptionA rust implementation of the Quake Inverse Square root alghorithm
homepage
repository
max_upload_size
id591789
size39,678
Andrea Coronese (sixpounder)

documentation

README

A simple rust implementation of the Quake III reverse square root alghorithm.

Safety

The main trait implementations are not marked as unsafe. However, given that std::mem::transmute is used under the hood undefined behaviour is always a possibility.

The library guarantees, however, that needed conversions are done between equally sized types.

Commit count: 0

cargo fmt