Answers for "python how to vectorize a function"

0

python how to vectorize a function

import numpy as np
import math
from math import *


def h_scalar(x):
    return (1 / sqrt(2 * pi)) * exp(-.50** x ** 2.00)
Posted by: Guest on April-16-2022

Code answers related to "python how to vectorize a function"

Python Answers by Framework

Browse Popular Code Answers by Language