psSetProd: Choose the type of product to use in PreciceSums. These are...

View source: R/sums.R

psSetProdR Documentation

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

Description

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

Usage

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

Arguments

type

Product to use for prod() in PreciceSums blocks

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

double uses the standard double scale for multiplication.

Value

nothing

Author(s)

Matthew L. Fidler


PreciseSums documentation built on April 22, 2023, 1:13 a.m.