Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/include/math.h

    rb69786e r992ffa6  
    11/*
    22 * Copyright (c) 2011 Petr Koupy
    3  * Copyright (c) 2015 Jiri Svoboda
    43 * All rights reserved.
    54 *
     
    3938#include <libarch/math.h>
    4039
    41 #define M_LN10 2.30258509299404568402
    4240#define M_LN2 0.69314718055994530942
    4341#define M_LOG2E 1.4426950408889634074
    4442#define M_PI 3.14159265358979323846
    45 #define M_PI_2 1.57079632679489661923
    4643
    4744#endif
Note: See TracChangeset for help on using the changeset viewer.