Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Add sin,cos,floor,floorf,scalbn,copysign,copysignf #15

Closed
wants to merge 14 commits into from

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    11ee969 View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    odlg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    a1f5a8c View commit details
    Browse the repository at this point in the history
  3. Use same settings

    odlg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    15c6bb0 View commit details
    Browse the repository at this point in the history
  4. Fix warnings

    odlg committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    5c50df7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Fix porting bugs

    odlg committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    7b73b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b796865 View commit details
    Browse the repository at this point in the history
  3. Avoid allow unused_assignments

    odlg committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4ac351e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Bug fixes

    odlg committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    0b78d9b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Add tolerance for different libm

    odlg committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    ac42fec View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Attempt to make travis run

    odlg committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    b0e694e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Upgrade quickcheck

    odlg committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    17fa07e View commit details
    Browse the repository at this point in the history
  2. Handle negative errors also

    odlg committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    a3a7442 View commit details
    Browse the repository at this point in the history
  3. Limit range for sinf/cosf

    odlg committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f14e140 View commit details
    Browse the repository at this point in the history
  4. Limit range for sinf/cosf

    odlg committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ccfee52 View commit details
    Browse the repository at this point in the history