Description Usage Arguments Details Value
Convert a flops object into a numeric.
1 | unflop(x)
|
x |
A flops object. |
This function differs from a simple as.numeric()
call in
that flops objects store the unit flops. So if you have a flops
object x
that prints "10 MFLOPS", as.numeric(x)
would produce 10, while unflop()
would produce 10000000.
The number of flops represented by x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.