Unlist snippets

This commit is contained in:
Chalarangelo
2021-01-04 12:47:04 +02:00
parent 9859593ab4
commit 0de7baf0fa
7 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: celsius_to_fahrenheit
tags: math,beginner
unlisted: true
---
Converts Celsius to Fahrenheit.

View File

@ -1,6 +1,7 @@
---
title: fahrenheit_to_celsius
tags: math,beginner
unlisted: true
---
Converts Fahrenheit to Celsius.

View File

@ -1,6 +1,7 @@
---
title: is_divisible
tags: math,beginner
unlisted: true
---
Checks if the first numeric argument is divisible by the second one.

View File

@ -1,6 +1,7 @@
---
title: is_even
tags: math,beginner
unlisted: true
---
Checks if the given number is even.

View File

@ -1,6 +1,7 @@
---
title: is_odd
tags: math,beginner
unlisted: true
---
Checks if the given number is odd.

View File

@ -1,6 +1,7 @@
---
title: km_to_miles
tags: math,beginner
unlisted: true
---
Converts kilometers to miles.

View File

@ -1,6 +1,7 @@
---
title: miles_to_km
tags: math,beginner
unlisted: true
---
Converts miles to kilometers.