RxODE (version 0.9.0-8)

rxSetProd: Choose the type of product to use in RxODE. These are used in the RxODE prod blocks

Description

Choose the type of product to use in RxODE. These are used in the RxODE prod blocks

Usage

rxSetProd(type = c("long double", "double", "logify"))

Arguments

type

Product to use for prod() in RxODE blocks

long double converts to long double, performs the multiplication and then converts back.

double uses the standard double scale for multiplication.

Value

nothing