Skip to content

Math Overview

Welcome to Flojoy’s Math Blocks page. Here you can find all the blocks that performs arithmetic and calculus operations.

ARITHMETIC

ABSTake an OrderedPair, Vector, or Scalar as input and return its absolute value.
ADDAdd two or more numeric arrays, matrices, dataframes, or constants element-wise.
DIVIDEDivide two or more numeric arrays, matrices, dataframes, or constants element-wise.
MULTIPLYMultiply two numeric arrays, vectors, matrices, or constants element-wise.
SUBTRACTSubtract two numeric arrays, vectors, matrices, or constants element-wise.

CALCULUS

DIFFERENTIATECompute the derivative of the input with respect to x.
DOUBLE_DEFINITE_INTEGRALCompute the double integral of a symbolic input function.
DOUBLE_INDEFINITE_INTEGRALCompute the indefinite integral of an OrderedTriple (x,y,z).
INTEGRATEIntegrate over an OrderedPair or Vector using the composite trapezoidal rule.