Skip to content

Commit

Permalink
Add floor
Browse files Browse the repository at this point in the history
  • Loading branch information
jm9e committed Oct 17, 2018
1 parent 7790f6e commit ad72290
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions slang/math/function/Floor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:
main:
in:
type: number
out:
type: number
operators:
Evaluate:
operator: slang.data.Evaluate
properties:
expression: floor(x)
variables:
- x
connections:
(:
- x(Evaluate
Evaluate):
- )

0 comments on commit ad72290

Please sign in to comment.