m 0.1.1

A C free / pure Rust mathematical library ("libm") for `no_std` code
Documentation
1
2
3
4
5
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
    ca-certificates \
    gcc-multilib