fix: formatting
This commit is contained in:
parent
2fa97c20f7
commit
fd7720b045
|
@ -76,8 +76,14 @@ module Internals = {
|
|||
let internalZero = ReducerInterface_InternalExpressionValue.IEvNumber(0.0)
|
||||
let applyFunctionAtZero = (aLambda, environment, reducer) =>
|
||||
applyFunctionAtPoint(aLambda, internalZero, environment, reducer)
|
||||
@dead let applyFunctionAtFloat = (aLambda, point, environment, reducer) =>
|
||||
applyFunctionAtPoint(aLambda, ReducerInterface_InternalExpressionValue.IEvNumber(point), environment, reducer)
|
||||
@dead
|
||||
let applyFunctionAtFloat = (aLambda, point, environment, reducer) =>
|
||||
applyFunctionAtPoint(
|
||||
aLambda,
|
||||
ReducerInterface_InternalExpressionValue.IEvNumber(point),
|
||||
environment,
|
||||
reducer,
|
||||
)
|
||||
// simplest integral function
|
||||
let integrateFunctionBetweenWithIncrement = (
|
||||
aLambda,
|
||||
|
|
Loading…
Reference in New Issue
Block a user