p!integrate - battlecatsultimate/PackPack GitHub Wiki

Type : Constraint Command Level : Member DM : Allowed


Alias

int

Parameter

Formula [Required] : Formula that will be integrated. It must contain only one variable.

  • Example : p!int sin(x), p!int cos(a) (a here is a variable)

-r or -range : Range of integration, values must be wrapped with square brackets [], and separator is ,

  • Example : p!int sin(x) -r [0, 2 * pi]