Skip to content
#

multi-core

Here are 40 public repositories matching this topic...

dionhaefner
dionhaefner commented Jun 3, 2019

Example:

>>> import numpy as np

>>> np.arctanh(np.array([0], dtype='int8')).dtype
dtype('float16')

>>> np.arctanh(np.array([0], dtype='int16')).dtype
dtype('float32')

>>> np.arctanh(np.array([0], dtype='int32')).dtype
dtype('float64')

vs.

>>> import bohrium as bh

>>> bh.arctanh(bh.array([0], dtype='int8')).dtype
dtype('float32')

>>> bh.arctanh

Improve this page

Add a description, image, and links to the multi-core topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-core topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.