Java sqr sqr(float a)

Here you can find the source of sqr(float a)

Description

sqr

License

Open Source License

Declaration

public static float sqr(float a) 

Method Source Code

//package com.java2s;

public class Main {
    public static float sqr(float a) {
        return a * a;
    }/*from  www  .  j  ava 2 s. co m*/
}

Related

  1. Sqr(double dblX)
  2. sqr(double x)
  3. sqr(double x)
  4. sqr(final float f)
  5. sqr(final int value)
  6. sqr(float x)
  7. sqr(int V)
  8. sqr(int x)
  9. sqr(int x)