Formula 1.0.0

hirondelle.formula.function.builtin
Class Degrees

Object
  extended by hirondelle.formula.function.builtin.Degrees
All Implemented Interfaces:
Function

public final class Degrees
extends Object
implements Function

deg(x): convert radians to degrees.


Constructor Summary
Degrees()
           
 
Method Summary
 Decimal calculate(Decimal... aArgs)
          Convert a single argument, an angle measured in radians, into the same angle measured in degrees.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Degrees

public Degrees()
Method Detail

calculate

public Decimal calculate(Decimal... aArgs)
Convert a single argument, an angle measured in radians, into the same angle measured in degrees.

Specified by:
calculate in interface Function
Parameters:
aArgs - 0 or more arguments to the function.

Formula 1.0.0

Copyright Hirondelle Systems. Published January 31, 2013