Skip to content

Commit

Permalink
update funzione floor
Browse files Browse the repository at this point in the history
  • Loading branch information
pigreco committed Mar 4, 2023
1 parent ba8a520 commit 07a64c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/gr_funzioni/matematica/matematica_unico.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,14 @@ Argomenti:

* _<span style="color:red;">value</span>_ un numero

**OSSERVAZIONE**: Alla funzione `Floor` corrisponde l'operatore `//` (Floor division)

Esempi:

```
floor(4.9) → 4
floor(-4.9) → -5
floor(2/26) =2//26
```

Esempi:
Expand Down

0 comments on commit 07a64c8

Please sign in to comment.