libm 0.2.7

libm in pure Rust
Documentation
1
2
3
4
FROM ubuntu:18.04
RUN apt-get update && \
    apt-get install -y --no-install-recommends \
    gcc libc6-dev ca-certificates