Skip to content

Commit

Permalink
Update scala-morphir supported functions (finos#262)
Browse files Browse the repository at this point in the history
* Update scala-morphir supported functions

* +turns

* +cos
  • Loading branch information
bensanchin authored May 17, 2024
1 parent 32c39fa commit 724db60
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions docs/scala/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@ This section lists the SDK types and functions currently supported in this versi
| floor | v0.4.0 | ✕ |
| ceiling | v0.4.0 | ✕ |
| truncate | v0.4.0 | ✕ |
| isNan | v0.4.0 | ✕ |
| isInfinite | v0.4.0 | ✕ |
| isNan | v0.4.0 | ✓ |
| isInfinite | 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 | ✕ |
| degrees | v2.0.0 | ✕ |
| radians | v2.0.0 | ✕ |
| turns | v2.0.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 | ✓ |
| degrees | v2.0.0 | ✓ |
| radians | v2.0.0 | ✓ |
| turns | v2.0.0 | ✓ |
| toPolar | v2.0.0 | ✕ |
| fromPolar | v2.0.0 | ✕ |
| lessThan | v2.0.0 | ✓ |
Expand Down Expand Up @@ -266,18 +266,18 @@ This section lists the SDK types and functions currently supported in this versi
| 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 | ✕ |
| 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 | ✕ |

Expand Down Expand Up @@ -541,7 +541,7 @@ This section lists the SDK types and functions currently supported in this versi
| partition | v2.2.0 | ✓ |
| union | v2.2.0 | ✓ |
| intersect | v2.2.0 | ✓ |
| diff | v2.2.0 | ✕ |
| diff | v2.2.0 | ✓ |


### Morphir.SDK.StatefulApp
Expand Down

0 comments on commit 724db60

Please sign in to comment.