Unlist snippets
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: celsius_to_fahrenheit
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts Celsius to Fahrenheit.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: fahrenheit_to_celsius
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts Fahrenheit to Celsius.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: is_divisible
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Checks if the first numeric argument is divisible by the second one.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: is_even
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Checks if the given number is even.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: is_odd
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Checks if the given number is odd.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: km_to_miles
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts kilometers to miles.
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: miles_to_km
|
||||
tags: math,beginner
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Converts miles to kilometers.
|
||||
|
||||
Reference in New Issue
Block a user