BasicsSDK

org.finos.morphir.runtime.sdk.BasicsSDK
object BasicsSDK

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BasicsSDK.type

Members list

Type members

Types

type AnyNum = Any

Value members

Concrete fields

Note: While the Elm docs specify this fn as a -> b -> a, with partial application giving b -> a, implementing it as a simple identity, ignoring the second param, works.

Note: While the Elm docs specify this fn as a -> b -> a, with partial application giving b -> a, implementing it as a simple identity, ignoring the second param, works.

Attributes

val power: DynamicNativeFunction2[Numeric[_], Numeric[_], Numeric[_ >: MInt & Double <: MInt | Double] & Comparable]

Modulo and remainder operators differ with respect to negative values. With a remainder operator, the sign of the result is the same as the sign of the numerator while with a modulo operator the sign of the result is the same as the divisor.

Modulo and remainder operators differ with respect to negative values. With a remainder operator, the sign of the result is the same as the sign of the numerator while with a modulo operator the sign of the result is the same as the divisor.

Attributes