Interface C


public interface C
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final C
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    abs(int x)
     
    double
    sin(double x)
     
    double
    sqrt(double x)
     
    long
     
  • Field Details

    • C

      static final C C
  • Method Details

    • strlen

      long strlen(String str)
    • abs

      int abs(int x)
    • sin

      double sin(double x)
    • sqrt

      double sqrt(double x)