File: is.float-numeric-method.Rd

package info (click to toggle)
r-cran-bigmemory 4.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 4,930; ansic: 131; sh: 13; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bigmemory.R
\name{is.float,numeric-method}
\alias{is.float,numeric-method}
\title{Is Float?}
\usage{
\S4method{is.float}{numeric}(x)
}
\arguments{
\item{x}{A numeric value}
}
\description{
Check if R numeric value has float flag
}