mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 02:18:39 +00:00
numpy removed from interquartile_range
This commit is contained in:
parent
05644a0750
commit
0e72de66a5
@ -9,8 +9,6 @@ https://en.wikipedia.org/wiki/Interquartile_range
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import numpy as np
|
||||
|
||||
|
||||
def find_median(nums: list[int | float]) -> float:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user