class Math Modifiers: public Extends: stdc_math
public static final double E public static final double PI public static final int RandMax public static long round ( double val ) public static int round ( float val ) public static int abs ( int val ) public static long abs ( long val ) public static float abs ( float val ) public static double abs ( double val ) public static short abs ( short val ) public static int max ( int val, int val1 ) public static uint max ( uint val, uint val1 ) public static long max ( long val, long val1 ) public static ulong max ( ulong val, ulong val1 ) public static float max ( float val, float val1 ) public static double max ( double val, double val1 ) public static short max ( short val, short val1 ) public static byte max ( byte val, byte val1 ) public static int min ( int val, int val1 ) public static uint min ( uint val, uint val1 ) public static long min ( long val, long val1 ) public static ulong min ( ulong val, ulong val1 ) public static float min ( float val, float val1 ) public static double min ( double val, double val1 ) public static short min ( short val, short val1 ) public static byte min ( byte val, byte val1 ) public static float randf ( )
|