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 );

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