Skip to content

Support for BigDecimals #645

Open
Open
@dmayukh

Description

@dmayukh

I tried doing this
import breeze.linalg._
123 / BigDecimal(1.00E100)
I get an error
error: could not find implicit value for parameter op: breeze.linalg.operators.OpDiv.Impl2[Int,scala.math.BigDecimal,That]

looks like the breeze import is hiding the scala implicit in predef
Is there a way to work around this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions