Skip to content

Commit

Permalink
Merge pull request finos#275 from alexsieland/morphir-scala-support-u…
Browse files Browse the repository at this point in the history
…pdate

Update morphir-scala support.md
  • Loading branch information
DamianReeves authored Jun 28, 2024
2 parents 115153b + 5e6b8ef commit b7032e7
Showing 1 changed file with 14 additions and 53 deletions.
67 changes: 14 additions & 53 deletions docs/scala/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ✓ |
Expand All @@ -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 | ✓ |
Expand Down Expand Up @@ -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 | ✓ |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b7032e7

Please sign in to comment.