From 5e6b8ef4280ad8e0f5bb7a7ca84525f480a7498e Mon Sep 17 00:00:00 2001 From: Alex Sieland Date: Wed, 26 Jun 2024 14:19:15 -0400 Subject: [PATCH] Update support.md --- docs/scala/support.md | 67 +++++++++---------------------------------- 1 file changed, 14 insertions(+), 53 deletions(-) diff --git a/docs/scala/support.md b/docs/scala/support.md index e9c7787b0..3af9f12fa 100644 --- a/docs/scala/support.md +++ b/docs/scala/support.md @@ -52,10 +52,10 @@ This section lists the SDK types and functions currently supported in this versi | Function | Morphir-Elm Version Introduced | Supported | |--------------------|--------------------------------|-----------| | divide | v0.4.0 | ✓ | -| round | v0.4.0 | ✕ | -| floor | v0.4.0 | ✕ | -| ceiling | v0.4.0 | ✕ | -| truncate | v0.4.0 | ✕ | +| round | v0.4.0 | ✓ | +| floor | v0.4.0 | ✓ | +| ceiling | v0.4.0 | ✓ | +| truncate | v0.4.0 | ✓ | | isNan | v0.4.0 | ✓ | | isInfinite | v0.4.0 | ✓ | | e | v0.4.0 | ✓ | @@ -70,8 +70,8 @@ This section lists the SDK types and functions currently supported in this versi | degrees | v2.0.0 | ✓ | | radians | v2.0.0 | ✓ | | turns | v2.0.0 | ✓ | -| toPolar | v2.0.0 | ✕ | -| fromPolar | v2.0.0 | ✕ | +| toPolar | v2.0.0 | ✓ | +| fromPolar | v2.0.0 | ✓ | | lessThan | v2.0.0 | ✓ | | greaterThan | v2.0.0 | ✓ | | lessThanOrEqual | v2.0.0 | ✓ | @@ -175,17 +175,17 @@ This section lists the SDK types and functions currently supported in this versi | Function | Morphir-Elm Version Introduced | Supported | |-------------------|--------------------------------|-----------| | fromInt | v2.8.0 | ✓ | -| fromFloat | v2.8.0 | ✕ | +| fromFloat | v2.8.0 | ✓ | | fromString | v2.8.0 | ✓ | -| hundred | v2.8.0 | ✕ | +| hundred | v2.8.0 | ✓ | | thousand | v2.8.0 | ✓ | -| million | v2.8.0 | ✕ | -| tenth | v2.8.0 | ✕ | -| hundredth | v2.8.0 | ✕ | -| thousandth | v2.8.0 | ✕ | -| millionth | v2.8.0 | ✕ | +| million | v2.8.0 | ✓ | +| tenth | v2.8.0 | ✓ | +| hundredth | v2.8.0 | ✓ | +| thousandth | v2.8.0 | ✓ | +| millionth | v2.8.0 | ✓ | | bps | v2.8.0 | ✓ | -| toString | v2.8.0 | ✕ | +| toString | v2.8.0 | ✓ | | add | v2.8.0 | ✓ | | sub | v2.8.0 | ✓ | | negate | v2.8.0 | ✓ | @@ -243,45 +243,6 @@ This section lists the SDK types and functions currently supported in this versi | diff | v2.41.0 | ✓ | | merge | v2.41.0 | ✓ | -### Morphir.SDK.Float -#### Types - -| Type | Morphir-Elm Version Introduced | Supported | -|---------|--------------------------------|-----------| -| Float | v0.4.0 | ✓ | -| Float32 | v0.4.0 | ✓ | -| Float64 | v0.4.0 | ✓ | - -#### Functions - -| Function | Morphir-Elm Version Introduced | Supported | -|------------|--------------------------------|-----------| -| divide | v0.4.0 | ✓ | -| fromInt | v0.4.0 | ✕ | -| round | v0.4.0 | ✕ | -| floor | v0.4.0 | ✕ | -| ceiling | v0.4.0 | ✕ | -| truncate | v0.4.0 | ✕ | -| sqrt | v0.4.0 | ✕ | -| logBase | v0.4.0 | ✓ | -| e | v0.4.0 | ✓ | -| pi | v0.4.0 | ✓ | -| cos | v0.4.0 | ✓ | -| sin | v0.4.0 | ✓ | -| tan | v0.4.0 | ✓ | -| acos | v0.4.0 | ✓ | -| asin | v0.4.0 | ✓ | -| atan | v0.4.0 | ✓ | -| atan2 | v0.4.0 | ✓ | -| isNan | v0.4.0 | ✓ | -| isInfinite | v0.4.0 | ✓ | -| degrees | v2.0.0 | ✓ | -| radians | v2.0.0 | ✓ | -| turns | v2.0.0 | ✓ | -| toPolar | v2.0.0 | ✕ | -| fromPolar | v2.0.0 | ✕ | - - ### Morphir.SDK.Int #### Types