add: Add two numbers using muladd and hence muladdpow

Description Usage Arguments Value Examples

View source: R/add.R

Description

Function that adds two numbers together using the existing muladd() and hence muladdpow() functions

Usage

1
add(value, a)

Arguments

value

starting value to transform

a

number to add

Value

final calculated value

Examples

1
add(1, 2) == 1 + 2

IBAHCM/practicalA5 documentation built on Dec. 17, 2021, 11:25 p.m.