Method: Float#to_R
- Defined in:
- lib/rust/core/types/datatype.rb
#to_R ⇒ Object
160 161 162 |
# File 'lib/rust/core/types/datatype.rb', line 160 def to_R return self.nan? ? "NA" : super end |
160 161 162 |
# File 'lib/rust/core/types/datatype.rb', line 160 def to_R return self.nan? ? "NA" : super end |