Class: VORuby::ADQL::V1_0::MathFunctionName
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::ADQL::V1_0::MathFunctionName
- Defined in:
- lib/voruby/adql/1.0/adql.rb
Overview
Enumeration of allowed math functions
Instance Attribute Summary
Attributes inherited from Enumeration
Class Method Summary collapse
Methods inherited from Enumeration
Constructor Details
This class inherits a constructor from Enumeration
Class Method Details
.choices ⇒ Object
548 549 550 551 552 |
# File 'lib/voruby/adql/1.0/adql.rb', line 548 def self.choices ['ABS', 'CEILING', 'DEGREES', 'EXP', 'FLOOR', 'LOG', 'PI', 'POWER', 'RADIANS', 'SQRT', 'SQUARE', 'LOG10', 'RAND', 'ROUND', 'TRUNCATE'] end |