Skip to content

hypot is declared but not implemented #32

Description

@glebm

math.h declares the hypot family of functions but there is no implementation for it:

double hypot( double x, double y );
float hypotf( float x, float y );
long double hypotl( long double x, long double y );

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions