Skip to content

<cmath> declarations and implementations not quite right #642

Description

@ckormanyos

The <cmath> function declarations and implementations in the self-written subset of the STL are not quite right.

There needs to be refactoring of global functions for double and to properly distinguish the std functions from the global functions in <math.h>.

In addition, this file at the moment is inconsistent with inclusion of <math.h>. This is not right since it sould be possible to include both <cmath> as well as <math.h> (even if this is not often done in practice).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions