Nothing
## File Name: cdm_pem_algorithm_compute_t.R
## File Version: 0.01
cdm_pem_algorithm_compute_t <- function( i, a=1.5, h=0.1)
{
return( 1 + a^i * h )
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.